diff options
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rw-r--r-- | include/svx/srchdlg.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx index 5c27e2de9e79..593d54487964 100644 --- a/include/svx/srchdlg.hxx +++ b/include/svx/srchdlg.hxx @@ -128,16 +128,12 @@ public: TransliterationFlags GetTransliterationFlags() const; - void SetDocWin(vcl::Window* pDocWin, SvxSearchCmd eCommand); - void SetSrchFlag( bool bSuccess ) { mbSuccess = bSuccess; } - bool GetSrchFlag() const { return mbSuccess; } + void SetDocWin(vcl::Window* pDocWin, SvxSearchCmd eCommand, bool bSuccess); void SetSaveToModule(bool b); void SetSearchLabel(const OUString& rStr); private: - bool mbSuccess; - SfxBindings& rBindings; bool bWriter; bool bSearch; |