diff options
Diffstat (limited to 'xmloff/source/chart/SchXMLChartContext.hxx')
-rw-r--r-- | xmloff/source/chart/SchXMLChartContext.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/chart/SchXMLChartContext.hxx b/xmloff/source/chart/SchXMLChartContext.hxx index 57178f84cc23..f2b7942e5218 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 ); - virtual void EndElement(); + com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE; + virtual void EndElement() SAL_OVERRIDE; virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, const com::sun::star::uno::Reference< - com::sun::star::xml::sax::XAttributeList >& xAttrList ); + com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE; private: SchXMLTable maTable; @@ -147,11 +147,11 @@ public: virtual ~SchXMLTitleContext(); virtual void StartElement( const com::sun::star::uno::Reference< - com::sun::star::xml::sax::XAttributeList >& xAttrList ); + com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE; virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, - const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ); + const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE; }; #endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLCHARTCONTEXT_HXX |