summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/forms/elementimport.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/forms/elementimport.hxx b/xmloff/source/forms/elementimport.hxx
index 8b5497f7a578..e6fc367ca29f 100644
--- a/xmloff/source/forms/elementimport.hxx
+++ b/xmloff/source/forms/elementimport.hxx
@@ -574,13 +574,13 @@ namespace xmloff
// SvXMLImportContext overridables
virtual SvXMLImportContextRef CreateChildContext(
sal_uInt16 _nPrefix, const OUString& _rLocalName,
- const css::uno::Reference< css::xml::sax::XAttributeList >& _rxAttrList) SAL_OVERRIDE;
- virtual void EndElement() SAL_OVERRIDE;
+ const css::uno::Reference< css::xml::sax::XAttributeList >& _rxAttrList) override;
+ virtual void EndElement() override;
protected:
// OElementImport overridables
virtual css::uno::Reference< css::beans::XPropertySet >
- createElement() SAL_OVERRIDE;
+ createElement() override;
// create the child context for the given control type
virtual SvXMLImportContext* implCreateControlWrapper(
@@ -608,7 +608,7 @@ namespace xmloff
protected:
// OElementImport overridables
virtual css::uno::Reference< css::beans::XPropertySet >
- createElement() SAL_OVERRIDE;
+ createElement() override;
};
//= OColumnWrapperImport