diff options
Diffstat (limited to 'tools/inc/poly.h')
-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 708ebb69bd95..f621a73e223f 100644 --- a/tools/inc/poly.h +++ b/tools/inc/poly.h @@ -36,7 +36,7 @@ public: ImplPolygon( const ImplPolygon& rImplPoly ); ImplPolygon( const tools::Rectangle& rRect ); ImplPolygon( const tools::Rectangle& rRect, sal_uInt32 nHorzRound, sal_uInt32 nVertRound); - ImplPolygon( const Point& rCenter, long nRadX, long nRadY ); + ImplPolygon( const Point& rCenter, tools::Long nRadX, tools::Long nRadY ); ImplPolygon( const tools::Rectangle& rBound, const Point& rStart, const Point& rEnd, PolyStyle eStyle ); ImplPolygon( const Point& rBezPt1, const Point& rCtrlPt1, const Point& rBezPt2, |