diff options
author | Noel Grandin <noel@peralex.com> | 2016-07-12 10:56:22 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-07-13 06:38:12 +0000 |
commit | c9b4e298137ed7c3112de533d44ddf56b1ebca6d (patch) | |
tree | e0afe5a2b31aa4cd04a40a364d7338a48f1d0535 /tools/inc | |
parent | 5ff1e6bdf7f5b9db3b72d62537047fc45b7d104b (diff) |
loplugin:constparams in tools
Change-Id: Iea05efbb90a0a95fefd18ae9673095a31422f06c
Reviewed-on: https://gerrit.libreoffice.org/27137
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/poly.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/poly.h b/tools/inc/poly.h index 69d2de298563..63c6b738ddd4 100644 --- a/tools/inc/poly.h +++ b/tools/inc/poly.h @@ -42,7 +42,7 @@ public: void ImplSetSize( sal_uInt16 nSize, bool bResize = true ); void ImplCreateFlagArray(); - void ImplSplit( sal_uInt16 nPos, sal_uInt16 nSpace, ImplPolygon* pInitPoly = nullptr ); + void ImplSplit( sal_uInt16 nPos, sal_uInt16 nSpace, ImplPolygon const * pInitPoly = nullptr ); }; #define MAX_POLYGONS ((sal_uInt16)0x3FF0) |