summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx
index 07fb66c705ad..7e33bd9a5aae 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx
@@ -42,7 +42,7 @@ class WrappedD3DTransformMatrixProperty : public WrappedProperty
public:
explicit WrappedD3DTransformMatrixProperty(
const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedD3DTransformMatrixProperty();
+ virtual ~WrappedD3DTransformMatrixProperty() 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;