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 ee5574cbdb42..7baa5c6840d8 100644
--- a/xmloff/source/xforms/SchemaContext.hxx
+++ b/xmloff/source/xforms/SchemaContext.hxx
@@ -49,13 +49,13 @@ public:
protected:
virtual void HandleAttribute(
sal_uInt16 nToken,
- const OUString& rValue ) SAL_OVERRIDE;
+ const OUString& rValue ) 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 ) SAL_OVERRIDE;
+ const com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList>& xAttrList ) override;
};
#endif