summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx')
-rw-r--r--xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx b/xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx
index 3c845d372fda..485b7a89c379 100644
--- a/xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx
+++ b/xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx
@@ -25,7 +25,7 @@ class XMLAxisPositionPropertyHdl : public XMLPropertyHandler
{
public:
explicit XMLAxisPositionPropertyHdl( bool bCrossingValue );
- virtual ~XMLAxisPositionPropertyHdl();
+ virtual ~XMLAxisPositionPropertyHdl() 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;