diff options
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 64885ac29762..772e854e31fb 100644 --- a/tools/inc/poly.h +++ b/tools/inc/poly.h @@ -38,7 +38,7 @@ public: ImplPolygon( const tools::Rectangle& rRect, sal_uInt32 nHorzRound, sal_uInt32 nVertRound); ImplPolygon( const Point& rCenter, tools::Long nRadX, tools::Long nRadY ); ImplPolygon( const tools::Rectangle& rBound, const Point& rStart, const Point& rEnd, - PolyStyle eStyle ); + PolyStyle eStyle, bool bClockWiseArcDirection ); ImplPolygon( const Point& rBezPt1, const Point& rCtrlPt1, const Point& rBezPt2, const Point& rCtrlPt2, sal_uInt16 nPoints ); ImplPolygon(const basegfx::B2DPolygon& rPolygon); |