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 61ceec7af45e..72d27cea1198 100644
--- a/xmloff/source/draw/animimp.cxx
+++ b/xmloff/source/draw/animimp.cxx
@@ -388,10 +388,10 @@ public:
AnimImpImpl* pImpl);
virtual ~XMLAnimationsEffectContext();
- virtual void EndElement();
+ virtual void EndElement() SAL_OVERRIDE;
virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName,
- const Reference< XAttributeList >& xAttrList );
+ const Reference< XAttributeList >& xAttrList ) SAL_OVERRIDE;
};
class XMLAnimationsSoundContext : public SvXMLImportContext