summaryrefslogtreecommitdiff
path: root/chart2/source/inc/WrappedDefaultProperty.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/WrappedDefaultProperty.hxx')
-rw-r--r--chart2/source/inc/WrappedDefaultProperty.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/WrappedDefaultProperty.hxx b/chart2/source/inc/WrappedDefaultProperty.hxx
index b9c26cbd7f84..f0a9fed217ed 100644
--- a/chart2/source/inc/WrappedDefaultProperty.hxx
+++ b/chart2/source/inc/WrappedDefaultProperty.hxx
@@ -31,7 +31,7 @@ public:
explicit WrappedDefaultProperty(
const OUString& rOuterName, const OUString& rInnerName,
const css::uno::Any& rNewOuterDefault );
- virtual ~WrappedDefaultProperty();
+ virtual ~WrappedDefaultProperty() override;
virtual void setPropertyToDefault(
const css::uno::Reference< css::beans::XPropertyState >& xInnerPropertyState ) const