summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLFootnoteImportContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLFootnoteImportContext.hxx')
-rw-r--r--xmloff/source/text/XMLFootnoteImportContext.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLFootnoteImportContext.hxx b/xmloff/source/text/XMLFootnoteImportContext.hxx
index 556ccfaa7cf3..cbf26c61bc91 100644
--- a/xmloff/source/text/XMLFootnoteImportContext.hxx
+++ b/xmloff/source/text/XMLFootnoteImportContext.hxx
@@ -68,18 +68,18 @@ protected:
virtual void StartElement(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
+ ::com::sun::star::xml::sax::XAttributeList> & xAttrList) SAL_OVERRIDE;
virtual void Characters(
- const OUString& rChars);
+ const OUString& rChars) SAL_OVERRIDE;
- virtual void EndElement();
+ virtual void EndElement() SAL_OVERRIDE;
virtual 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;
};