summaryrefslogtreecommitdiff
path: root/chart2/source/inc/WrappedIgnoreProperty.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/WrappedIgnoreProperty.hxx')
-rw-r--r--chart2/source/inc/WrappedIgnoreProperty.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/WrappedIgnoreProperty.hxx b/chart2/source/inc/WrappedIgnoreProperty.hxx
index ca6fe26ef6d5..70f0c37c9862 100644
--- a/chart2/source/inc/WrappedIgnoreProperty.hxx
+++ b/chart2/source/inc/WrappedIgnoreProperty.hxx
@@ -31,7 +31,7 @@ class OOO_DLLPUBLIC_CHARTTOOLS WrappedIgnoreProperty : public WrappedProperty
{
public:
WrappedIgnoreProperty( const OUString& rOuterName, const css::uno::Any& rDefaultValue );
- virtual ~WrappedIgnoreProperty();
+ virtual ~WrappedIgnoreProperty() override;
virtual void setPropertyValue( const css::uno::Any& rOuterValue, const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet ) const
throw (css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException) override;