summaryrefslogtreecommitdiff
path: root/include/svl/zformat.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-21 13:05:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-21 12:09:24 +0000
commit1617eef124e01ca3b3286e0ad5985c34dde7fadb (patch)
tree0f9471b483218d56b36aab03a175ce307aae6532 /include/svl/zformat.hxx
parentbeb8cfcf32f855a0fb638caef4782d9d867e3102 (diff)
loplugin:countusersofdefaultparams in include/sot..svl
Change-Id: Idb022a4a6fb950f1b259abbba57daed9401732d9 Reviewed-on: https://gerrit.libreoffice.org/31038 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl/zformat.hxx')
-rw-r--r--include/svl/zformat.hxx2
1 files changed, 1 insertions, 1 deletions
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
{