summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLShapePropertySetContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLShapePropertySetContext.hxx')
-rw-r--r--xmloff/inc/XMLShapePropertySetContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/XMLShapePropertySetContext.hxx b/xmloff/inc/XMLShapePropertySetContext.hxx
index ccf49d53c5a0..5f8de6841520 100644
--- a/xmloff/inc/XMLShapePropertySetContext.hxx
+++ b/xmloff/inc/XMLShapePropertySetContext.hxx
@@ -41,14 +41,14 @@ public:
virtual ~XMLShapePropertySetContext();
- virtual void EndElement() SAL_OVERRIDE;
+ virtual void EndElement() override;
using SvXMLPropertySetContext::CreateChildContext;
virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList,
::std::vector< XMLPropertyState > &rProperties,
- const XMLPropertyState& rProp) SAL_OVERRIDE;
+ const XMLPropertyState& rProp) override;
};
#endif