summaryrefslogtreecommitdiff
path: root/include/tools/poly.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-06-30 12:33:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-01 08:31:53 +0200
commitb8f5094c3e094899355af43884d3092b2eb46b97 (patch)
treead295c9116e668cd836678c956b897e4696971ae /include/tools/poly.hxx
parentc6fc14a42e068877af844b2695dea8939517c1ac (diff)
loplugin:constantparam
Change-Id: Ie9d4761747f7e97f63f34394b5a8b9f0bb287a0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97528 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools/poly.hxx')
-rw-r--r--include/tools/poly.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/tools/poly.hxx b/include/tools/poly.hxx
index 765865b5a228..12194c64c752 100644
--- a/include/tools/poly.hxx
+++ b/include/tools/poly.hxx
@@ -91,8 +91,7 @@ public:
long nRadX, long nRadY );
Polygon( const tools::Rectangle& rBound,
const Point& rStart, const Point& rEnd,
- PolyStyle ePolyStyle = PolyStyle::Arc,
- bool bWholeCircle = false );
+ PolyStyle ePolyStyle = PolyStyle::Arc );
Polygon( const Point& rBezPt1, const Point& rCtrlPt1,
const Point& rBezPt2, const Point& rCtrlPt2,
sal_uInt16 nPoints );