summaryrefslogtreecommitdiff
path: root/xmloff/source/style/fonthdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/fonthdl.hxx')
-rw-r--r--xmloff/source/style/fonthdl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/fonthdl.hxx b/xmloff/source/style/fonthdl.hxx
index 3a20827fc9e7..2860a1eaaacd 100644
--- a/xmloff/source/style/fonthdl.hxx
+++ b/xmloff/source/style/fonthdl.hxx
@@ -28,7 +28,7 @@
class XMLFontFamilyNamePropHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLFontFamilyNamePropHdl();
+ virtual ~XMLFontFamilyNamePropHdl() 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;
@@ -40,7 +40,7 @@ public:
class XMLFontFamilyPropHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLFontFamilyPropHdl();
+ virtual ~XMLFontFamilyPropHdl() 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;
@@ -52,7 +52,7 @@ public:
class XMLFontEncodingPropHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLFontEncodingPropHdl();
+ virtual ~XMLFontEncodingPropHdl() 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;
@@ -64,7 +64,7 @@ public:
class XMLFontPitchPropHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLFontPitchPropHdl();
+ virtual ~XMLFontPitchPropHdl() 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;