diff options
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rw-r--r-- | include/svx/srchdlg.hxx | 2 |
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; |