diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-31 12:21:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-01 07:58:01 +0100 |
commit | 8629be30930cc6d72a2bd3d95423d7273deb44f8 (patch) | |
tree | 36c8b99696312726052ba7ed2b8a4eb8ed678f0a /include/xmloff/txtimppr.hxx | |
parent | 3208236305f7c24fce556fda10eeb9905779a37c (diff) |
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/txtimppr.hxx')
-rw-r--r-- | include/xmloff/txtimppr.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/xmloff/txtimppr.hxx b/include/xmloff/txtimppr.hxx index 377a032edb19..bfbd40f6aba0 100644 --- a/include/xmloff/txtimppr.hxx +++ b/include/xmloff/txtimppr.hxx @@ -23,7 +23,7 @@ #include <xmloff/xmlimppr.hxx> #include <memory> -class XMLOFF_DLLPUBLIC XMLTextImportPropertyMapper : public SvXMLImportPropertyMapper +class XMLOFF_DLLPUBLIC XMLTextImportPropertyMapper final : public SvXMLImportPropertyMapper { sal_Int32 nSizeTypeIndex; sal_Int32 nWidthTypeIndex; @@ -46,7 +46,6 @@ class XMLOFF_DLLPUBLIC XMLTextImportPropertyMapper : public SvXMLImportPropertyM std::unique_ptr<XMLPropertyState>* ppNewFontPitch, std::unique_ptr<XMLPropertyState>* ppNewFontCharSet ) const; -protected: virtual bool handleSpecialItem( XMLPropertyState& rProperty, ::std::vector< XMLPropertyState >& rProperties, |