From 70e22d4996e71e019f62743893f041797f050361 Mon Sep 17 00:00:00 2001 From: heiko tietze Date: Sun, 10 Feb 2019 14:17:08 +0100 Subject: 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 --- include/svx/srchdlg.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/svx') 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 m_pColumnsBtn; VclPtr m_pAllSheetsCB; + SfxBindings& rBindings; bool bWriter; bool bSearch; @@ -214,6 +215,7 @@ private: OUString aLayoutWriterStr; OUString aLayoutCalcStr; OUString aCalcStr; + sal_uInt16 nRememberSize; std::vector aSearchStrings; std::vector aReplaceStrings; -- cgit