summaryrefslogtreecommitdiff
path: root/include/xmloff/XMLTextShapeStyleContext.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/XMLTextShapeStyleContext.hxx
parent3208236305f7c24fce556fda10eeb9905779a37c (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/XMLTextShapeStyleContext.hxx')
-rw-r--r--include/xmloff/XMLTextShapeStyleContext.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/xmloff/XMLTextShapeStyleContext.hxx b/include/xmloff/XMLTextShapeStyleContext.hxx
index 830da64c1838..f44449e1a41b 100644
--- a/include/xmloff/XMLTextShapeStyleContext.hxx
+++ b/include/xmloff/XMLTextShapeStyleContext.hxx
@@ -23,14 +23,12 @@
#include <xmloff/dllapi.h>
#include <xmloff/XMLShapeStyleContext.hxx>
-class XMLOFF_DLLPUBLIC XMLTextShapeStyleContext : public XMLShapeStyleContext
+class XMLOFF_DLLPUBLIC XMLTextShapeStyleContext final : public XMLShapeStyleContext
{
bool bAutoUpdate : 1;
SvXMLImportContextRef xEventContext;
-protected:
-
virtual void SetAttribute( sal_uInt16 nPrefixKey,
const OUString& rLocalName,
const OUString& rValue ) override;