summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/CustomAnimationDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationDialog.hxx')
-rw-r--r--sd/source/ui/animations/CustomAnimationDialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.hxx b/sd/source/ui/animations/CustomAnimationDialog.hxx
index bb052421ca48..75ff871799bc 100644
--- a/sd/source/ui/animations/CustomAnimationDialog.hxx
+++ b/sd/source/ui/animations/CustomAnimationDialog.hxx
@@ -129,7 +129,7 @@ class PropertyControl : public ListBox
{
public:
PropertyControl( Window* pParent );
- ~PropertyControl();
+ virtual ~PropertyControl();
void setSubControl( PropertySubControl* pSubControl );
PropertySubControl* getSubControl() const { return mpSubControl; }
@@ -151,7 +151,7 @@ class CustomAnimationDialog : public TabDialog
{
public:
CustomAnimationDialog(Window* pParent, STLPropertySet* pSet, const OString& Page = OString());
- ~CustomAnimationDialog();
+ virtual ~CustomAnimationDialog();
STLPropertySet* getDefaultSet() { return mpSet; }
STLPropertySet* getResultSet();