summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/CandleStickChart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/charttypes/CandleStickChart.hxx')
-rw-r--r--chart2/source/view/charttypes/CandleStickChart.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/CandleStickChart.hxx b/chart2/source/view/charttypes/CandleStickChart.hxx
index 38e1dacd57b9..3142e1bdd47e 100644
--- a/chart2/source/view/charttypes/CandleStickChart.hxx
+++ b/chart2/source/view/charttypes/CandleStickChart.hxx
@@ -34,7 +34,7 @@ public:
CandleStickChart( const css::uno::Reference< css::chart2::XChartType >& xChartTypeModel
, sal_Int32 nDimensionCount );
- virtual ~CandleStickChart();
+ virtual ~CandleStickChart() override;
virtual void createShapes() override;
virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 ) override;