diff options
author | Noel <noelgrandin@gmail.com> | 2020-10-19 10:44:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-10-19 12:56:30 +0200 |
commit | 2646023729dd16c1a613fac7e8e6a37828d7a404 (patch) | |
tree | cba08360a0812ccd3653a6dcfd1cad03704a3724 /tools/inc | |
parent | 1086654d6e8cc22f1f99195668db3f305437e570 (diff) |
add tools::Long typedef and use it in tools
first step to switching long to a 64-bit type on 64-bit windows
Change-Id: I640d807426dfe713c7a8984ef560575f8288dbeb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104516
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 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, |