summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/TextLabelItemConverter.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/controller/inc/TextLabelItemConverter.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/controller/inc/TextLabelItemConverter.hxx')
-rw-r--r--chart2/source/controller/inc/TextLabelItemConverter.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/inc/TextLabelItemConverter.hxx b/chart2/source/controller/inc/TextLabelItemConverter.hxx
index b23dd3329e20..1cde585eeb7b 100644
--- a/chart2/source/controller/inc/TextLabelItemConverter.hxx
+++ b/chart2/source/controller/inc/TextLabelItemConverter.hxx
@@ -37,10 +37,10 @@ public:
const css::uno::Reference<css::beans::XPropertySet>& rPropertySet,
const css::uno::Reference<css::chart2::XDataSeries>& xSeries,
SfxItemPool& rItemPool,
- const css::awt::Size* pRefSize = nullptr,
- bool bDataSeries = false,
- sal_Int32 nNumberFormat = 0,
- sal_Int32 nPercentNumberFormat = 0 );
+ const css::awt::Size* pRefSize,
+ bool bDataSeries,
+ sal_Int32 nNumberFormat,
+ sal_Int32 nPercentNumberFormat );
virtual ~TextLabelItemConverter() override;