summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/ChartType.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/template/ChartType.hxx')
-rw-r--r--chart2/source/model/template/ChartType.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/template/ChartType.hxx b/chart2/source/model/template/ChartType.hxx
index 653ce0f2ee1c..ef702bc71e46 100644
--- a/chart2/source/model/template/ChartType.hxx
+++ b/chart2/source/model/template/ChartType.hxx
@@ -54,7 +54,7 @@ class ChartType :
{
public:
explicit ChartType( css::uno::Reference< css::uno::XComponentContext > const & xContext );
- virtual ~ChartType();
+ virtual ~ChartType() override;
/// merge XInterface implementations
DECLARE_XINTERFACE()