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/XMLImageMapContext.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/XMLImageMapContext.hxx')
-rw-r--r-- | xmloff/inc/XMLImageMapContext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/XMLImageMapContext.hxx b/xmloff/inc/XMLImageMapContext.hxx index 165c0f0e6765..f1fc133cc4b0 100644 --- a/xmloff/inc/XMLImageMapContext.hxx +++ b/xmloff/inc/XMLImageMapContext.hxx @@ -31,7 +31,7 @@ namespace com { namespace sun { namespace star { } } } -class XMLImageMapContext : public SvXMLImportContext +class XMLImageMapContext final : public SvXMLImportContext { /// the image map to be imported css::uno::Reference< css::container::XIndexContainer> xImageMap; |