summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/animationimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/animationimport.cxx')
-rw-r--r--xmloff/source/draw/animationimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/animationimport.cxx b/xmloff/source/draw/animationimport.cxx
index 102457a43672..1f7e0f0bdb09 100644
--- a/xmloff/source/draw/animationimport.cxx
+++ b/xmloff/source/draw/animationimport.cxx
@@ -1239,7 +1239,7 @@ class AnimationsImport: public SvXMLImport, public XAnimationNodeSupplier
{
public:
explicit AnimationsImport( const Reference< XComponentContext > & rxContext );
- virtual ~AnimationsImport() throw ();
+ virtual ~AnimationsImport() throw () override;
SvXMLImportContext* CreateContext(sal_uInt16 nPrefix, const OUString& rLocalName, const Reference<XAttributeList>& xAttrList) override;