summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/animimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/animimp.cxx')
-rw-r--r--xmloff/source/draw/animimp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/animimp.cxx b/xmloff/source/draw/animimp.cxx
index 6ba0a22b9e44..6b117e34ff6e 100644
--- a/xmloff/source/draw/animimp.cxx
+++ b/xmloff/source/draw/animimp.cxx
@@ -384,7 +384,7 @@ public:
const OUString& rLocalName,
const Reference< XAttributeList >& xAttrList,
const std::shared_ptr<AnimImpImpl>& pImpl);
- virtual ~XMLAnimationsEffectContext();
+ virtual ~XMLAnimationsEffectContext() override;
virtual void EndElement() override;
@@ -399,7 +399,7 @@ class XMLAnimationsSoundContext : public SvXMLImportContext
public:
XMLAnimationsSoundContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList, XMLAnimationsEffectContext* pParent );
- virtual ~XMLAnimationsSoundContext();
+ virtual ~XMLAnimationsSoundContext() override;
};