diff options
Diffstat (limited to 'include/xmloff/animexp.hxx')
-rw-r--r-- | include/xmloff/animexp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/animexp.hxx b/include/xmloff/animexp.hxx index 1c8035658cbf..2722869c5ea5 100644 --- a/include/xmloff/animexp.hxx +++ b/include/xmloff/animexp.hxx @@ -30,7 +30,7 @@ class AnimExpImpl; class SvXMLExport; class XMLShapeExport; -class XMLAnimationsExporter : public salhelper::SimpleReferenceObject +class XMLAnimationsExporter final : public salhelper::SimpleReferenceObject { std::unique_ptr<AnimExpImpl> mpImpl; |