summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx
index 1dbb851fc15e..27b51f40a9a4 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx
@@ -37,7 +37,7 @@ public:
, const OUString& rInnerSequencePropertyName
, sal_Int32 nDefaultValue
, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact );
- virtual ~WrappedBarPositionProperty_Base();
+ virtual ~WrappedBarPositionProperty_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;
@@ -62,14 +62,14 @@ class WrappedGapwidthProperty : public WrappedBarPositionProperty_Base
{
public:
explicit WrappedGapwidthProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedGapwidthProperty();
+ virtual ~WrappedGapwidthProperty() override;
};
class WrappedBarOverlapProperty : public WrappedBarPositionProperty_Base
{
public:
explicit WrappedBarOverlapProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedBarOverlapProperty();
+ virtual ~WrappedBarOverlapProperty() override;
};
} // namespace wrapper