summaryrefslogtreecommitdiff
path: root/animations
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@libreoffice.org>2021-03-13 11:34:45 +0100
committerArnaud Versini <arnaud.versini@libreoffice.org>2021-03-21 12:37:18 +0100
commit3a5c7d98d9c875b4d87097883f1da56c17e79eea (patch)
tree692a739f9757eda52957fd0ed6f215a51336a13e /animations
parent010d6d1562f309a2aee728f8e5590385cc6ce8fd (diff)
animcore : AnimationNode should be final
Change-Id: I0be5e9d21b36823953e41cd8389f28ce36ed45e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112434 Tested-by: Jenkins Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org> Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
Diffstat (limited to 'animations')
-rw-r--r--animations/source/animcore/animcore.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx
index adb41c26c0e7..493e1fa1d102 100644
--- a/animations/source/animcore/animcore.cxx
+++ b/animations/source/animcore/animcore.cxx
@@ -125,7 +125,7 @@ public:
Mutex maMutex;
};
-class AnimationNode : public AnimationNodeBase
+class AnimationNode final : public AnimationNodeBase
{
public:
explicit AnimationNode(sal_Int16 nNodeType);