Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3202
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/02/3202/1
fdo#60834 Find and Replace dialog: fix replace box selection on click
Change-Id: Ic5256ae05d9b4646651e897b7d4c00d9a84329bb
---
M svx/source/dialog/srchdlg.cxx
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index 3d5a1fd..0040b32 100644
--- a/svx/source/dialog/srchdlg.cxx
+++ b/svx/source/dialog/srchdlg.cxx
@@ -2029,7 +2029,7 @@
}
bSet = sal_True;
- aSearchLB.SetSelection( Selection( SELECTION_MIN, SELECTION_MAX ) );
+ ( (ComboBox*)pCtrl )->SetSelection( Selection( SELECTION_MIN, SELECTION_MAX ) );
ModifyHdl_Impl( (ComboBox*)pCtrl );
--
To view, visit https://gerrit.libreoffice.org/3202
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic5256ae05d9b4646651e897b7d4c00d9a84329bb
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Cao Cuong Ngo <cao.cuong.ngo@gmail.com>
Context
- [PATCH] fdo#60834 Find and Replace dialog: fix replace box selection... · Cao Cuong Ngo (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.