summaryrefslogtreecommitdiff
path: root/include/tools/poly.hxx
diff options
context:
space:
mode:
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 df8366142ec3..79da3e8c7d18 100644
--- a/include/tools/poly.hxx
+++ b/include/tools/poly.hxx
@@ -91,8 +91,7 @@ public:
Polygon( const Rectangle& rRect,
sal_uInt32 nHorzRound, sal_uInt32 nVertRound );
Polygon( const Point& rCenter,
- long nRadX, long nRadY,
- sal_uInt16 nPoints = 0 );
+ long nRadX, long nRadY );
Polygon( const Rectangle& rBound,
const Point& rStart, const Point& rEnd,
PolyStyle ePolyStyle = POLY_ARC,