From 8169a0e5a10defde3e0f53137734fd06ffca85d7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Dec 2017 14:31:52 +0200 Subject: loplugin:countusersofdefaultparams in chart2 Change-Id: Ibad415d2c539b2438e4939c2c23f32d84a5a677f Reviewed-on: https://gerrit.libreoffice.org/45948 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- chart2/source/controller/inc/TextLabelItemConverter.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chart2/source/controller/inc/TextLabelItemConverter.hxx') 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& rPropertySet, const css::uno::Reference& 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; -- cgit