summaryrefslogtreecommitdiff
path: root/include/svx/srchdlg.hxx
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2019-02-10 14:17:08 +0100
committerHeiko Tietze <tietze.heiko@gmail.com>2019-02-18 09:50:33 +0100
commit70e22d4996e71e019f62743893f041797f050361 (patch)
treed538864af18677ba0b5d88f84b58ae0f5d75f019 /include/svx/srchdlg.hxx
parent7dcd1651e8cd89f07bbe618393bea32fc73d3549 (diff)
Resolves tdf#122322 - Modifying max number of saved word searches
Expert configuration Common::Misc::FindReplaceRememberedSearches defaulting to 10 introduced Change-Id: Id51bb78ee1f5ad9e73fa56e5f2d07773c528f9a7 Reviewed-on: https://gerrit.libreoffice.org/67614 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'include/svx/srchdlg.hxx')
-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 4b82db88fe7c..5b202aeebcc9 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -200,6 +200,7 @@ private:
VclPtr<RadioButton> m_pColumnsBtn;
VclPtr<CheckBox> m_pAllSheetsCB;
+
SfxBindings& rBindings;
bool bWriter;
bool bSearch;
@@ -214,6 +215,7 @@ private:
OUString aLayoutWriterStr;
OUString aLayoutCalcStr;
OUString aCalcStr;
+ sal_uInt16 nRememberSize;
std::vector<OUString> aSearchStrings;
std::vector<OUString> aReplaceStrings;