summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/CandleStickChart.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-06 14:31:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-07 07:25:29 +0100
commit8169a0e5a10defde3e0f53137734fd06ffca85d7 (patch)
tree49ca64d53ba080db4b75ce7f51283c40e50e347e /chart2/source/view/charttypes/CandleStickChart.hxx
parentbe354a2abd27548405caf97fdbc814b5a6b06995 (diff)
loplugin:countusersofdefaultparams in chart2
Change-Id: Ibad415d2c539b2438e4939c2c23f32d84a5a677f Reviewed-on: https://gerrit.libreoffice.org/45948 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 019864ad7140..af19e2d1e0ba 100644
--- a/chart2/source/view/charttypes/CandleStickChart.hxx
+++ b/chart2/source/view/charttypes/CandleStickChart.hxx
@@ -38,7 +38,7 @@ public:
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;
+ virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlot ) override;
virtual css::drawing::Direction3D getPreferredDiagramAspectRatio() const override;