summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authormanujvashist <manujvashist@gmail.com>2018-03-12 15:38:09 +0530
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-05-21 16:03:18 +0200
commit813397885356c0d63271472adb7d3800e4ac2ca8 (patch)
treef3fd4318a55700331181b96756a56acf086b1133 /include/svx
parent7c5f1caa775e6a3d178c7dae7171d3fca2874635 (diff)
tdf#98544 Other Options remain expanded if any checkbox is checked.
Change-Id: I2de79da0f0a6295d4d3c294d7cf6c123fca914bc Reviewed-on: https://gerrit.libreoffice.org/51190 Reviewed-by: Manuj Vashist <manujvashist@gmail.com> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/srchdlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index 8da9ca5eb535..e879068db4f4 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -176,6 +176,7 @@ private:
VclPtr<PushButton> m_pCloseBtn;
VclPtr<CheckBox> m_pIncludeDiacritics;
VclPtr<CheckBox> m_pIncludeKashida;
+ VclPtr<VclExpander> m_pOtherOptionsExpander;
VclPtr<CheckBox> m_pSelectionBtn;
VclPtr<CheckBox> m_pRegExpBtn;
VclPtr<CheckBox> m_pWildcardBtn;
@@ -262,6 +263,7 @@ private:
void SaveToModule_Impl();
void ApplyTransliterationFlags_Impl( TransliterationFlags nSettings );
+ bool IsOtherOptionsExpanded();
};
#endif