summaryrefslogtreecommitdiff
path: root/include/svx/srchdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rw-r--r--include/svx/srchdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index 606bbe40db93..56cd87b224ee 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -94,7 +94,7 @@ public:
SvxSearchDialogWrapper( Window*pParent, sal_uInt16 nId,
SfxBindings* pBindings, SfxChildWinInfo* pInfo );
- ~SvxSearchDialogWrapper ();
+ virtual ~SvxSearchDialogWrapper ();
SvxSearchDialog *getDialog ();
static void SetSearchLabel(const SearchLabel& rSL);
SFX_DECL_CHILDWINDOW_WITHID(SvxSearchDialogWrapper);
@@ -119,7 +119,7 @@ friend class SvxJSearchOptionsDialog;
public:
SvxSearchDialog( Window* pParent, SfxChildWindow* pChildWin, SfxBindings& rBind );
- ~SvxSearchDialog();
+ virtual ~SvxSearchDialog();
virtual bool Close() SAL_OVERRIDE;