diff options
Diffstat (limited to 'xmloff/inc/XMLReplacementImageContext.hxx')
-rw-r--r-- | xmloff/inc/XMLReplacementImageContext.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/XMLReplacementImageContext.hxx b/xmloff/inc/XMLReplacementImageContext.hxx index 08ba7c2333d1..0560f1dac159 100644 --- a/xmloff/inc/XMLReplacementImageContext.hxx +++ b/xmloff/inc/XMLReplacementImageContext.hxx @@ -51,12 +51,12 @@ public: ::com::sun::star::beans::XPropertySet >& rPropSet ); virtual ~XMLReplacementImageContext(); - virtual void EndElement(); + virtual void EndElement() SAL_OVERRIDE; SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, const ::com::sun::star::uno::Reference< - ::com::sun::star::xml::sax::XAttributeList > & xAttrList ); + ::com::sun::star::xml::sax::XAttributeList > & xAttrList ) SAL_OVERRIDE; }; |