summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/dlgpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/dlgpage.hxx')
-rw-r--r--sd/source/ui/inc/dlgpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/dlgpage.hxx b/sd/source/ui/inc/dlgpage.hxx
index 3578559f5216..e2fdc22d5e68 100644
--- a/sd/source/ui/inc/dlgpage.hxx
+++ b/sd/source/ui/inc/dlgpage.hxx
@@ -45,7 +45,7 @@ private:
public:
SdPageDlg( SfxObjectShell* pDocSh, Window* pParent, const SfxItemSet* pAttr, sal_Bool bAreaPage = sal_True );
- ~SdPageDlg() {};
+ virtual ~SdPageDlg() {};
virtual void PageCreated(sal_uInt16 nId, SfxTabPage& rPage) SAL_OVERRIDE;
};