summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/SchemaSimpleTypeContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/SchemaSimpleTypeContext.hxx')
-rw-r--r--xmloff/source/xforms/SchemaSimpleTypeContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/xforms/SchemaSimpleTypeContext.hxx b/xmloff/source/xforms/SchemaSimpleTypeContext.hxx
index e3fde9683381..a84f4ce57194 100644
--- a/xmloff/source/xforms/SchemaSimpleTypeContext.hxx
+++ b/xmloff/source/xforms/SchemaSimpleTypeContext.hxx
@@ -60,13 +60,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