summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-09-20 07:27:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-09-20 08:37:20 +0200
commitcc2fe8c763b7050f07968f31bcdb7e45b8c7464d (patch)
tree499b8644a21d45f1317cfb9fc891e2f6d683802b /xmloff
parent475ea37809b5bec369d02a5ab500fac46ab40f0a (diff)
Replace SAL_OVERRIDE with override in internal code
Change-Id: Ifa446647b11fd1f1b0dc6a991b752480545634db Reviewed-on: https://gerrit.libreoffice.org/60788 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
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