summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx')
-rw-r--r--xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx b/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx
index 2ce64cc86caf..6e4de8706283 100644
--- a/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx
+++ b/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx
@@ -29,7 +29,7 @@ private:
public:
explicit XMLErrorIndicatorPropertyHdl( bool bUpper ) : mbUpperIndicator( bUpper )
{}
- virtual ~XMLErrorIndicatorPropertyHdl();
+ virtual ~XMLErrorIndicatorPropertyHdl() override;
virtual bool importXML( const OUString& rStrImpValue, css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override;
virtual bool exportXML( OUString& rStrExpValue, const css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override;