summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/NetChartType.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/template/NetChartType.hxx')
-rw-r--r--chart2/source/model/template/NetChartType.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/template/NetChartType.hxx b/chart2/source/model/template/NetChartType.hxx
index 5ea718208b64..ea931ea702df 100644
--- a/chart2/source/model/template/NetChartType.hxx
+++ b/chart2/source/model/template/NetChartType.hxx
@@ -28,7 +28,7 @@ class NetChartType_Base : public ChartType
{
public:
explicit NetChartType_Base( css::uno::Reference< css::uno::XComponentContext > const & xContext );
- virtual ~NetChartType_Base();
+ virtual ~NetChartType_Base() override;
protected:
explicit NetChartType_Base( const NetChartType_Base & rOther );
@@ -55,7 +55,7 @@ class NetChartType : public NetChartType_Base
{
public:
explicit NetChartType( css::uno::Reference< css::uno::XComponentContext > const & xContext );
- virtual ~NetChartType();
+ virtual ~NetChartType() override;
virtual OUString SAL_CALL
getImplementationName()