summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/SchemaContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/SchemaContext.hxx')
-rw-r--r--xmloff/source/xforms/SchemaContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/xforms/SchemaContext.hxx b/xmloff/source/xforms/SchemaContext.hxx
index 6740fbca971f..7d4e3327b489 100644
--- a/xmloff/source/xforms/SchemaContext.hxx
+++ b/xmloff/source/xforms/SchemaContext.hxx
@@ -58,13 +58,13 @@ protected:
virtual void HandleAttribute(
sal_uInt16 nToken,
- const OUString& rValue );
+ const OUString& rValue ) SAL_OVERRIDE;
virtual SvXMLImportContext* HandleChild(
sal_uInt16 nToken,
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