summaryrefslogtreecommitdiffstats
path: root/include/tools/poly.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/poly.hxx')
-rw-r--r--include/tools/poly.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/poly.hxx b/include/tools/poly.hxx
index 3258a841d83a..eb962cbafb94 100644
--- a/include/tools/poly.hxx
+++ b/include/tools/poly.hxx
@@ -98,7 +98,7 @@ public:
bool bWholeCircle = false );
Polygon( const Point& rBezPt1, const Point& rCtrlPt1,
const Point& rBezPt2, const Point& rCtrlPt2,
- sal_uInt16 nPoints = 0 );
+ sal_uInt16 nPoints );
Polygon( const tools::Polygon& rPoly );
~Polygon();