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