summaryrefslogtreecommitdiff
path: root/xmloff/source/style/csmaphdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/csmaphdl.hxx')
-rw-r--r--xmloff/source/style/csmaphdl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/csmaphdl.hxx b/xmloff/source/style/csmaphdl.hxx
index aa391f66b098..f7dd51d2c0e2 100644
--- a/xmloff/source/style/csmaphdl.hxx
+++ b/xmloff/source/style/csmaphdl.hxx
@@ -28,7 +28,7 @@
class XMLCaseMapPropHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLCaseMapPropHdl();
+ virtual ~XMLCaseMapPropHdl() 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;
@@ -37,7 +37,7 @@ public:
class XMLCaseMapVariantHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLCaseMapVariantHdl();
+ virtual ~XMLCaseMapVariantHdl() 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;