summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-11-05 18:58:49 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-11-05 20:32:47 +0100
commit13d927267535c0dca3139a50ebf8d5bcfc0df484 (patch)
tree117407daff63e2b10c61ee88ba257605d2bbcad0 /tools/inc
parent48a3359070db7ffbf25b5e4c0cf1840a4673ca3c (diff)
(Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enum
Change-Id: I167d656f419ddbeb72960b8510fb8084605d4d5c
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/poly.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/inc/poly.h b/tools/inc/poly.h
index 78058734ba34..f15f01f13654 100644
--- a/tools/inc/poly.h
+++ b/tools/inc/poly.h
@@ -29,7 +29,7 @@ public:
Point* mpPointAry;
sal_uInt8* mpFlagAry;
sal_uInt16 mnPoints;
- sal_uIntPtr mnRefCount;
+ sal_uInt32 mnRefCount;
};
class SAL_WARN_UNUSED ImplPolygon : public ImplPolygonData
@@ -55,7 +55,7 @@ class SAL_WARN_UNUSED ImplPolyPolygon
{
public:
tools::Polygon** mpPolyAry;
- sal_uIntPtr mnRefCount;
+ sal_uInt32 mnRefCount;
sal_uInt16 mnCount;
sal_uInt16 mnSize;
sal_uInt16 mnResize;