diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-22 17:22:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-22 18:04:13 +0100 |
commit | e7f16852b96d0ccaaa8a5e2cdc55a0d77679d97c (patch) | |
tree | 39564edbf0d0869767640497d231fdd5efe06f07 /xmloff/inc/XMLChartStyleContext.hxx | |
parent | de37f3c3b2620721ebbfa27bb0c348497c2f0501 (diff) |
loplugin:finalclasses in xmloff
Change-Id: I389824999e8e24c27e5d6f36180ae0fd8032c482
Reviewed-on: https://gerrit.libreoffice.org/85699
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc/XMLChartStyleContext.hxx')
-rw-r--r-- | xmloff/inc/XMLChartStyleContext.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/inc/XMLChartStyleContext.hxx b/xmloff/inc/XMLChartStyleContext.hxx index cef31d3f5f1c..2e8ba9685c8d 100644 --- a/xmloff/inc/XMLChartStyleContext.hxx +++ b/xmloff/inc/XMLChartStyleContext.hxx @@ -21,14 +21,13 @@ #include <xmloff/XMLShapeStyleContext.hxx> -class XMLChartStyleContext : public XMLShapeStyleContext +class XMLChartStyleContext final : public XMLShapeStyleContext { private: OUString msDataStyleName; OUString msPercentageDataStyleName; SvXMLStylesContext& mrStyles; -protected: /// is called when an attribute at the (auto)style element is found virtual void SetAttribute( sal_uInt16 nPrefixKey, const OUString& rLocalName, |