summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/TitleWrapper.cxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/TitleWrapper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx b/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx
index 83630540e093..97d7d04c0152 100644
--- a/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx
@@ -50,7 +50,7 @@ class WrappedTitleStringProperty : public WrappedProperty
{
public:
explicit WrappedTitleStringProperty( const Reference< uno::XComponentContext >& xContext );
- virtual ~WrappedTitleStringProperty();
+ virtual ~WrappedTitleStringProperty() override;
virtual void setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException) override;
@@ -111,7 +111,7 @@ class WrappedStackedTextProperty : public WrappedProperty
{
public:
WrappedStackedTextProperty();
- virtual ~WrappedStackedTextProperty();
+ virtual ~WrappedStackedTextProperty() override;
};
WrappedStackedTextProperty::WrappedStackedTextProperty()