summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpbody.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximpbody.hxx')
-rw-r--r--xmloff/source/draw/ximpbody.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximpbody.hxx b/xmloff/source/draw/ximpbody.hxx
index b803ce3a3cb3..0a0cb161e546 100644
--- a/xmloff/source/draw/ximpbody.hxx
+++ b/xmloff/source/draw/ximpbody.hxx
@@ -44,8 +44,8 @@ public:
virtual SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix, const OUString& rLocalName,
- const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList );
- virtual void EndElement();
+ const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList ) SAL_OVERRIDE;
+ virtual void EndElement() SAL_OVERRIDE;
};
@@ -62,7 +62,7 @@ public:
virtual SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix, const OUString& rLocalName,
- const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList );
+ const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList ) SAL_OVERRIDE;
};
#endif // INCLUDED_XMLOFF_SOURCE_DRAW_XIMPBODY_HXX