summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/inc/chrdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/inc/chrdlg.hxx')
-rw-r--r--sw/source/core/uibase/inc/chrdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/uibase/inc/chrdlg.hxx b/sw/source/core/uibase/inc/chrdlg.hxx
index 5b7a077e4d66..1de8e46050b6 100644
--- a/sw/source/core/uibase/inc/chrdlg.hxx
+++ b/sw/source/core/uibase/inc/chrdlg.hxx
@@ -52,7 +52,7 @@ public:
SwCharDlg(Window* pParent, SwView& pVw, const SfxItemSet& rCoreSet,
sal_uInt8 nDialogMode, const OUString* pFmtStr = 0);
- ~SwCharDlg();
+ virtual ~SwCharDlg();
virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) SAL_OVERRIDE;
};
@@ -81,7 +81,7 @@ public:
SwCharURLPage( Window* pParent,
const SfxItemSet& rSet );
- ~SwCharURLPage();
+ virtual ~SwCharURLPage();
static SfxTabPage* Create( Window* pParent,
const SfxItemSet& rAttrSet);