From 813397885356c0d63271472adb7d3800e4ac2ca8 Mon Sep 17 00:00:00 2001 From: manujvashist Date: Mon, 12 Mar 2018 15:38:09 +0530 Subject: 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 Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens --- include/svx/srchdlg.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/svx/srchdlg.hxx') 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 m_pCloseBtn; VclPtr m_pIncludeDiacritics; VclPtr m_pIncludeKashida; + VclPtr m_pOtherOptionsExpander; VclPtr m_pSelectionBtn; VclPtr m_pRegExpBtn; VclPtr m_pWildcardBtn; @@ -262,6 +263,7 @@ private: void SaveToModule_Impl(); void ApplyTransliterationFlags_Impl( TransliterationFlags nSettings ); + bool IsOtherOptionsExpanded(); }; #endif -- cgit