summaryrefslogtreecommitdiff
path: root/xmloff/inc/animimp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-22 17:22:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-22 18:04:13 +0100
commite7f16852b96d0ccaaa8a5e2cdc55a0d77679d97c (patch)
tree39564edbf0d0869767640497d231fdd5efe06f07 /xmloff/inc/animimp.hxx
parentde37f3c3b2620721ebbfa27bb0c348497c2f0501 (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/animimp.hxx')
-rw-r--r--xmloff/inc/animimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/animimp.hxx b/xmloff/inc/animimp.hxx
index ca2a16c4ab8b..8e2ead46867b 100644
--- a/xmloff/inc/animimp.hxx
+++ b/xmloff/inc/animimp.hxx
@@ -28,7 +28,7 @@ class AnimImpImpl;
// presentations:animations
-class XMLAnimationsContext : public SvXMLImportContext
+class XMLAnimationsContext final : public SvXMLImportContext
{
std::shared_ptr<AnimImpImpl> mpImpl;