diff options
author | Santiago Martinez <smvarela@gmail.com> | 2012-02-16 21:34:44 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-17 21:40:00 +0000 |
commit | 57c8929c6bf037a767e7016d28b7656cd8fddfb7 (patch) | |
tree | db44c1fa09cc69c430513589e9ae69b8fc4a4d50 /svx/inc | |
parent | 26bd18dfc2516aab507dfb478cfc31e4bf57442f (diff) |
Remove unused code in SvxSearchDialog
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/srchdlg.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/inc/svx/srchdlg.hxx b/svx/inc/svx/srchdlg.hxx index e5d284405cc1..852c681fa27f 100644 --- a/svx/inc/svx/srchdlg.hxx +++ b/svx/inc/svx/srchdlg.hxx @@ -127,7 +127,6 @@ friend class SvxSearchDialogWrapper; friend class SvxJSearchOptionsDialog; public: - SvxSearchDialog( Window* pParent, SfxBindings& rBind ); SvxSearchDialog( Window* pParent, SfxChildWindow* pChildWin, SfxBindings& rBind ); ~SvxSearchDialog(); @@ -136,9 +135,6 @@ public: // Window virtual void Activate(); - void GetSearchItems( SfxItemSet& rSet ); - void GetReplaceItems( SfxItemSet& rSet ); - const SearchAttrItemList* GetSearchItemList() const { return pSearchList; } const SearchAttrItemList* GetReplaceItemList() const |