summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc')
-rw-r--r--chart2/source/view/inc/GL3DBarChart.hxx2
-rw-r--r--chart2/source/view/inc/Linear3DTransformation.hxx2
-rw-r--r--chart2/source/view/inc/PlottingPositionHelper.hxx2
-rw-r--r--chart2/source/view/inc/PolarLabelPositionHelper.hxx2
-rw-r--r--chart2/source/view/inc/VPolarTransformation.hxx2
-rw-r--r--chart2/source/view/inc/VSeriesPlotter.hxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/chart2/source/view/inc/GL3DBarChart.hxx b/chart2/source/view/inc/GL3DBarChart.hxx
index e8d774636111..55df3d154925 100644
--- a/chart2/source/view/inc/GL3DBarChart.hxx
+++ b/chart2/source/view/inc/GL3DBarChart.hxx
@@ -68,7 +68,7 @@ public:
const css::uno::Reference<css::chart2::XChartType>& xChartType,
OpenGLWindow* pContext);
- virtual ~GL3DBarChart();
+ virtual ~GL3DBarChart() override;
virtual void create3DShapes(const std::vector<std::unique_ptr<VDataSeries>>& rDataSeries,
ExplicitCategoriesProvider& rCatProvider) override;
diff --git a/chart2/source/view/inc/Linear3DTransformation.hxx b/chart2/source/view/inc/Linear3DTransformation.hxx
index 5473b096e6a7..396d1e57379f 100644
--- a/chart2/source/view/inc/Linear3DTransformation.hxx
+++ b/chart2/source/view/inc/Linear3DTransformation.hxx
@@ -32,7 +32,7 @@ class Linear3DTransformation : public ::cppu::WeakImplHelper<
{
public:
Linear3DTransformation( const css::drawing::HomogenMatrix& rHomMatrix, bool bSwapXAndY );
- virtual ~Linear3DTransformation();
+ virtual ~Linear3DTransformation() override;
// ____ XTransformation ____
/// @see css::chart2::XTransformation
diff --git a/chart2/source/view/inc/PlottingPositionHelper.hxx b/chart2/source/view/inc/PlottingPositionHelper.hxx
index a1911476e9d9..99ed5c864492 100644
--- a/chart2/source/view/inc/PlottingPositionHelper.hxx
+++ b/chart2/source/view/inc/PlottingPositionHelper.hxx
@@ -147,7 +147,7 @@ class PolarPlottingPositionHelper : public PlottingPositionHelper
public:
PolarPlottingPositionHelper( NormalAxis eNormalAxis=NormalAxis_Z );
PolarPlottingPositionHelper( const PolarPlottingPositionHelper& rSource );
- virtual ~PolarPlottingPositionHelper();
+ virtual ~PolarPlottingPositionHelper() override;
virtual PlottingPositionHelper* clone() const override;
diff --git a/chart2/source/view/inc/PolarLabelPositionHelper.hxx b/chart2/source/view/inc/PolarLabelPositionHelper.hxx
index 95d25d33909f..d02b2f4ee6e4 100644
--- a/chart2/source/view/inc/PolarLabelPositionHelper.hxx
+++ b/chart2/source/view/inc/PolarLabelPositionHelper.hxx
@@ -39,7 +39,7 @@ public:
, sal_Int32 nDimensionCount
, const css::uno::Reference< css::drawing::XShapes >& xLogicTarget
, AbstractShapeFactory* pShapeFactory );
- virtual ~PolarLabelPositionHelper();
+ virtual ~PolarLabelPositionHelper() override;
css::awt::Point getLabelScreenPositionAndAlignmentForLogicValues(
LabelAlignment& rAlignment
diff --git a/chart2/source/view/inc/VPolarTransformation.hxx b/chart2/source/view/inc/VPolarTransformation.hxx
index b0a0f9f331aa..a9b548e70d1e 100644
--- a/chart2/source/view/inc/VPolarTransformation.hxx
+++ b/chart2/source/view/inc/VPolarTransformation.hxx
@@ -32,7 +32,7 @@ class VPolarTransformation : public ::cppu::WeakImplHelper<
{
public:
VPolarTransformation( const PolarPlottingPositionHelper& rPositionHelper );
- virtual ~VPolarTransformation();
+ virtual ~VPolarTransformation() override;
// ____ XTransformation ____
/// @see css::chart2::XTransformation
diff --git a/chart2/source/view/inc/VSeriesPlotter.hxx b/chart2/source/view/inc/VSeriesPlotter.hxx
index d5817b211a0e..cd8cf9ffd6d3 100644
--- a/chart2/source/view/inc/VSeriesPlotter.hxx
+++ b/chart2/source/view/inc/VSeriesPlotter.hxx
@@ -121,7 +121,7 @@ class VSeriesPlotter : public PlotterBase, public MinimumAndMaximumSupplier, pub
public:
VSeriesPlotter() = delete;
- virtual ~VSeriesPlotter();
+ virtual ~VSeriesPlotter() override;
/*
* A new series can be positioned relative to other series in a chart.