From 1617eef124e01ca3b3286e0ad5985c34dde7fadb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 21 Nov 2016 13:05:56 +0200 Subject: loplugin:countusersofdefaultparams in include/sot..svl Change-Id: Idb022a4a6fb950f1b259abbba57daed9401732d9 Reviewed-on: https://gerrit.libreoffice.org/31038 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svl/zformat.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svl/zformat.hxx') diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx index 50be721d6430..ce632ae04920 100644 --- a/include/svl/zformat.hxx +++ b/include/svl/zformat.hxx @@ -618,7 +618,7 @@ private: // normal digits or other digits, depending on ImpSvNumFor.aNatNum, // [NatNum1], [NatNum2], ... SVL_DLLPRIVATE OUString ImpGetNatNumString( const SvNumberNatNum& rNum, sal_Int32 nVal, - sal_uInt16 nMinDigits = 0 ) const; + sal_uInt16 nMinDigits ) const; OUString ImpIntToString( sal_uInt16 nIx, sal_Int32 nVal, sal_uInt16 nMinDigits = 0 ) const { -- cgit