summaryrefslogtreecommitdiff
path: root/xmloff/source/style/undlihdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/undlihdl.hxx')
-rw-r--r--xmloff/source/style/undlihdl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/undlihdl.hxx b/xmloff/source/style/undlihdl.hxx
index 3cfacd59a7d3..d3a93c5fcb89 100644
--- a/xmloff/source/style/undlihdl.hxx
+++ b/xmloff/source/style/undlihdl.hxx
@@ -28,7 +28,7 @@
class XMLUnderlineTypePropHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLUnderlineTypePropHdl();
+ virtual ~XMLUnderlineTypePropHdl() 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 XMLUnderlineStylePropHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLUnderlineStylePropHdl();
+ virtual ~XMLUnderlineStylePropHdl() 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;
@@ -46,7 +46,7 @@ public:
class XMLUnderlineWidthPropHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLUnderlineWidthPropHdl();
+ virtual ~XMLUnderlineWidthPropHdl() 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;