diff options
Diffstat (limited to 'xmloff/inc/XMLChartPropertySetMapper.hxx')
-rw-r--r-- | xmloff/inc/XMLChartPropertySetMapper.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/inc/XMLChartPropertySetMapper.hxx b/xmloff/inc/XMLChartPropertySetMapper.hxx index 8a4433fc5a5e..588a4be0a090 100644 --- a/xmloff/inc/XMLChartPropertySetMapper.hxx +++ b/xmloff/inc/XMLChartPropertySetMapper.hxx @@ -31,7 +31,7 @@ class SvXMLExport; class XMLChartPropHdlFactory : public XMLPropertyHandlerFactory { public: - virtual ~XMLChartPropHdlFactory(); + virtual ~XMLChartPropHdlFactory() override; virtual const XMLPropertyHandler* GetPropertyHandler( sal_Int32 nType ) const override; }; @@ -39,7 +39,7 @@ class XMLChartPropertySetMapper : public XMLPropertySetMapper { public: explicit XMLChartPropertySetMapper( bool bForExport ); - virtual ~XMLChartPropertySetMapper(); + virtual ~XMLChartPropertySetMapper() override; }; class XMLChartExportPropertyMapper : public SvXMLExportPropertyMapper @@ -72,7 +72,7 @@ private: public: XMLChartExportPropertyMapper( const rtl::Reference< XMLPropertySetMapper >& rMapper, SvXMLExport& rExport ); - virtual ~XMLChartExportPropertyMapper(); + virtual ~XMLChartExportPropertyMapper() override; void setChartDoc( const css::uno::Reference< css::chart2::XChartDocument >& xChartDoc ); }; @@ -85,7 +85,7 @@ private: public: XMLChartImportPropertyMapper( const rtl::Reference< XMLPropertySetMapper >& rMapper, const SvXMLImport& rImport ); - virtual ~XMLChartImportPropertyMapper(); + virtual ~XMLChartImportPropertyMapper() override; virtual bool handleSpecialItem( XMLPropertyState& rProperty, |