summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLChartContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/SchXMLChartContext.hxx')
-rw-r--r--xmloff/source/chart/SchXMLChartContext.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/chart/SchXMLChartContext.hxx b/xmloff/source/chart/SchXMLChartContext.hxx
index a68e49a636a7..5aeed6577557 100644
--- a/xmloff/source/chart/SchXMLChartContext.hxx
+++ b/xmloff/source/chart/SchXMLChartContext.hxx
@@ -82,13 +82,13 @@ public:
virtual ~SchXMLChartContext();
virtual void StartElement( const com::sun::star::uno::Reference<
- com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE;
- virtual void EndElement() SAL_OVERRIDE;
+ com::sun::star::xml::sax::XAttributeList >& xAttrList ) override;
+ virtual void EndElement() override;
virtual SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
const com::sun::star::uno::Reference<
- com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE;
+ com::sun::star::xml::sax::XAttributeList >& xAttrList ) override;
private:
SchXMLTable maTable;
@@ -146,11 +146,11 @@ public:
virtual ~SchXMLTitleContext();
virtual void StartElement( const com::sun::star::uno::Reference<
- com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE;
+ com::sun::star::xml::sax::XAttributeList >& xAttrList ) override;
virtual SvXMLImportContext *CreateChildContext(
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 // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLCHARTCONTEXT_HXX