summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx
index 38be4b4cf158..cd065de41d33 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx
@@ -34,7 +34,7 @@ class WrappedCharacterHeightProperty_Base : public WrappedProperty
{
public:
WrappedCharacterHeightProperty_Base( const OUString& rOuterEqualsInnerName, ReferenceSizePropertyProvider* pRefSizePropProvider );
- virtual ~WrappedCharacterHeightProperty_Base();
+ virtual ~WrappedCharacterHeightProperty_Base() 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;
@@ -60,7 +60,7 @@ class WrappedCharacterHeightProperty : public WrappedCharacterHeightProperty_Bas
{
public:
explicit WrappedCharacterHeightProperty( ReferenceSizePropertyProvider* pRefSizePropProvider );
- virtual ~WrappedCharacterHeightProperty();
+ virtual ~WrappedCharacterHeightProperty() override;
static void addWrappedProperties( std::vector< WrappedProperty* >& rList, ReferenceSizePropertyProvider* pRefSizePropProvider );
};
@@ -69,14 +69,14 @@ class WrappedAsianCharacterHeightProperty : public WrappedCharacterHeightPropert
{
public:
explicit WrappedAsianCharacterHeightProperty( ReferenceSizePropertyProvider* pRefSizePropProvider );
- virtual ~WrappedAsianCharacterHeightProperty();
+ virtual ~WrappedAsianCharacterHeightProperty() override;
};
class WrappedComplexCharacterHeightProperty : public WrappedCharacterHeightProperty_Base
{
public:
explicit WrappedComplexCharacterHeightProperty( ReferenceSizePropertyProvider* pRefSizePropProvider );
- virtual ~WrappedComplexCharacterHeightProperty();
+ virtual ~WrappedComplexCharacterHeightProperty() override;
};
} //namespace wrapper