diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-11 11:27:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-12 06:34:23 +0000 |
commit | c2808e3178b28528c23557321683b10b6ab5371f (patch) | |
tree | 531a69d274d4775594d95cec8d876acc8d67c22b /svx/inc/xpolyimp.hxx | |
parent | a9717054dcb59010c95bdbfdb440ac12e8703796 (diff) |
loplugin:countusersofdefaultparams in svx
Change-Id: I610d8347129ac25420730ed7bf2855a5bdd0120f
Reviewed-on: https://gerrit.libreoffice.org/29692
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc/xpolyimp.hxx')
-rw-r--r-- | svx/inc/xpolyimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/xpolyimp.hxx b/svx/inc/xpolyimp.hxx index c3a455a60e4f..0fbd187e4479 100644 --- a/svx/inc/xpolyimp.hxx +++ b/svx/inc/xpolyimp.hxx @@ -36,7 +36,7 @@ public: sal_uInt16 nResize; sal_uInt16 nPoints; - ImpXPolygon( sal_uInt16 nInitSize = 16, sal_uInt16 nResize=16 ); + ImpXPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize=16 ); ImpXPolygon( const ImpXPolygon& rImpXPoly ); ~ImpXPolygon(); |