summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/custsdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/custsdlg.hxx')
-rw-r--r--sd/source/ui/inc/custsdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/custsdlg.hxx b/sd/source/ui/inc/custsdlg.hxx
index 4f70008ead40..aec20d3ade36 100644
--- a/sd/source/ui/inc/custsdlg.hxx
+++ b/sd/source/ui/inc/custsdlg.hxx
@@ -59,7 +59,7 @@ private:
public:
SdCustomShowDlg( Window* pWindow, SdDrawDocument& rDrawDoc );
- ~SdCustomShowDlg();
+ virtual ~SdCustomShowDlg();
sal_Bool IsModified() const { return( bModified ); }
sal_Bool IsCustomShow() const;
@@ -95,7 +95,7 @@ public:
SdDefineCustomShowDlg( Window* pWindow,
SdDrawDocument& rDrawDoc, SdCustomShow*& rpCS );
- ~SdDefineCustomShowDlg();
+ virtual ~SdDefineCustomShowDlg();
sal_Bool IsModified() const { return( bModified ); }
};