summaryrefslogtreecommitdiff
path: root/chart2/source/inc/WrappedDirectStateProperty.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/WrappedDirectStateProperty.hxx')
-rw-r--r--chart2/source/inc/WrappedDirectStateProperty.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/WrappedDirectStateProperty.hxx b/chart2/source/inc/WrappedDirectStateProperty.hxx
index 6402afd57b7b..1c97aa0a5cb8 100644
--- a/chart2/source/inc/WrappedDirectStateProperty.hxx
+++ b/chart2/source/inc/WrappedDirectStateProperty.hxx
@@ -31,7 +31,7 @@ class OOO_DLLPUBLIC_CHARTTOOLS WrappedDirectStateProperty :
public:
explicit WrappedDirectStateProperty(
const OUString& rOuterName, const OUString& rInnerName );
- virtual ~WrappedDirectStateProperty();
+ virtual ~WrappedDirectStateProperty() override;
virtual css::beans::PropertyState getPropertyState(
const css::uno::Reference< css::beans::XPropertyState >& xInnerPropertyState ) const