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 ccdf464fba93..6ccbdddc1469 100644
--- a/sd/source/ui/animations/CustomAnimationDialog.hxx
+++ b/sd/source/ui/animations/CustomAnimationDialog.hxx
@@ -122,7 +122,7 @@ class PropertyControl : public ListBox
{
public:
explicit PropertyControl( vcl::Window* pParent );
- virtual ~PropertyControl();
+ virtual ~PropertyControl() override;
virtual void dispose() override;
void setSubControl( PropertySubControl* pSubControl );
@@ -143,7 +143,7 @@ class CustomAnimationDialog : public TabDialog
{
public:
CustomAnimationDialog(vcl::Window* pParent, STLPropertySet* pSet, const OString& Page = OString());
- virtual ~CustomAnimationDialog();
+ virtual ~CustomAnimationDialog() override;
virtual void dispose() override;
STLPropertySet* getResultSet();