From e5dd156a44625865684b5dfa90a95108259deb50 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Apr 2016 12:19:57 +0200 Subject: loplugin:constantparam Change-Id: Ie690088d7a7d568703afd22f544628fc8012a7e1 --- include/svx/svdopath.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/svdopath.hxx') diff --git a/include/svx/svdopath.hxx b/include/svx/svdopath.hxx index 2d0340b68f5c..ccdb218aaf8c 100644 --- a/include/svx/svdopath.hxx +++ b/include/svx/svdopath.hxx @@ -125,7 +125,7 @@ public: // insert point sal_uInt32 NbcInsPointOld(const Point& rPos, bool bNewObj); - sal_uInt32 NbcInsPoint(sal_uInt32 i, const Point& rPos, bool bNewObj, bool bHideHim); + sal_uInt32 NbcInsPoint(sal_uInt32 i, const Point& rPos, bool bNewObj); // rip at given point SdrObject* RipPoint(sal_uInt32 nHdlNum, sal_uInt32& rNewPt0Index); -- cgit