summaryrefslogtreecommitdiffstats
path: root/include/xmloff/controlpropertyhdl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-31 12:21:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-01 07:58:01 +0100
commit8629be30930cc6d72a2bd3d95423d7273deb44f8 (patch)
tree36c8b99696312726052ba7ed2b8a4eb8ed678f0a /include/xmloff/controlpropertyhdl.hxx
parentodk: fix for change directory in complextoolbarcontrols sample (diff)
downloadcore-8629be30930cc6d72a2bd3d95423d7273deb44f8.tar.gz
core-8629be30930cc6d72a2bd3d95423d7273deb44f8.zip
loplugin:finalclasses in xmloff
Change-Id: I664aa4dce822bcf14368fd8d08f678e2cd41fd12 Reviewed-on: https://gerrit.libreoffice.org/81852 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/controlpropertyhdl.hxx')
-rw-r--r--include/xmloff/controlpropertyhdl.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/xmloff/controlpropertyhdl.hxx b/include/xmloff/controlpropertyhdl.hxx
index 51f95986af0d..1a767ff50781 100644
--- a/include/xmloff/controlpropertyhdl.hxx
+++ b/include/xmloff/controlpropertyhdl.hxx
@@ -36,7 +36,7 @@ namespace xmloff
//= ORotationAngleHandler
- class SAL_DLLPUBLIC_RTTI ORotationAngleHandler : public XMLPropertyHandler
+ class XMLOFF_DLLPUBLIC ORotationAngleHandler final : public XMLPropertyHandler
{
public:
ORotationAngleHandler();
@@ -48,7 +48,7 @@ namespace xmloff
//= OFontWidthHandler
- class SAL_DLLPUBLIC_RTTI OFontWidthHandler : public XMLPropertyHandler
+ class XMLOFF_DLLPUBLIC OFontWidthHandler final : public XMLPropertyHandler
{
public:
OFontWidthHandler();
@@ -60,7 +60,7 @@ namespace xmloff
//= OControlBorderHandlerBase
- class SAL_DLLPUBLIC_RTTI OControlBorderHandler : public XMLPropertyHandler
+ class XMLOFF_DLLPUBLIC OControlBorderHandler final : public XMLPropertyHandler
{
public:
enum BorderFacet
@@ -81,7 +81,7 @@ namespace xmloff
//= OControlTextEmphasisHandler
- class OControlTextEmphasisHandler : public XMLPropertyHandler
+ class OControlTextEmphasisHandler final : public XMLPropertyHandler
{
public:
OControlTextEmphasisHandler();
@@ -93,7 +93,7 @@ namespace xmloff
//= ImageScaleModeHandler
- class XMLOFF_DLLPUBLIC ImageScaleModeHandler : public XMLConstantsPropertyHandler
+ class XMLOFF_DLLPUBLIC ImageScaleModeHandler final : public XMLConstantsPropertyHandler
{
public:
ImageScaleModeHandler();