summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/sdpropls.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/sdpropls.hxx')
-rw-r--r--xmloff/source/draw/sdpropls.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/draw/sdpropls.hxx b/xmloff/source/draw/sdpropls.hxx
index 522b341a990d..5e91313efdfa 100644
--- a/xmloff/source/draw/sdpropls.hxx
+++ b/xmloff/source/draw/sdpropls.hxx
@@ -62,7 +62,7 @@ private:
public:
XMLSdPropHdlFactory( css::uno::Reference< css::frame::XModel > const & xModel, SvXMLExport& rExport );
XMLSdPropHdlFactory( css::uno::Reference< css::frame::XModel > const & xModel, SvXMLImport& rImport );
- virtual ~XMLSdPropHdlFactory();
+ virtual ~XMLSdPropHdlFactory() override;
virtual const XMLPropertyHandler* GetPropertyHandler( sal_Int32 nType ) const override;
};
@@ -70,7 +70,7 @@ class XMLShapePropertySetMapper : public XMLPropertySetMapper
{
public:
XMLShapePropertySetMapper(const rtl::Reference< XMLPropertyHandlerFactory >& rFactoryRef, bool bForExport);
- virtual ~XMLShapePropertySetMapper();
+ virtual ~XMLShapePropertySetMapper() override;
};
class XMLShapeExportPropertyMapper : public SvXMLExportPropertyMapper
@@ -86,7 +86,7 @@ protected:
const css::uno::Reference< css::beans::XPropertySet >& rPropSet ) const override;
public:
XMLShapeExportPropertyMapper( const rtl::Reference< XMLPropertySetMapper >& rMapper, SvXMLExport& rExport );
- virtual ~XMLShapeExportPropertyMapper();
+ virtual ~XMLShapeExportPropertyMapper() override;
virtual void handleElementItem(
SvXMLExport& rExport,
@@ -119,7 +119,7 @@ protected:
const css::uno::Reference< css::beans::XPropertySet >& rPropSet ) const override;
public:
XMLPageExportPropertyMapper( const rtl::Reference< XMLPropertySetMapper >& rMapper, SvXMLExport& rExport );
- virtual ~XMLPageExportPropertyMapper();
+ virtual ~XMLPageExportPropertyMapper() override;
virtual void handleElementItem(
SvXMLExport& rExport,