diff options
Diffstat (limited to 'include/vcl/lineinfo.hxx')
-rw-r--r-- | include/vcl/lineinfo.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/lineinfo.hxx b/include/vcl/lineinfo.hxx index 96418479c00a..991abd513588 100644 --- a/include/vcl/lineinfo.hxx +++ b/include/vcl/lineinfo.hxx @@ -35,12 +35,12 @@ namespace basegfx { class B2DPolyPolygon; } struct ImplLineInfo { - sal_uLong mnRefCount; + sal_uInt32 mnRefCount; LineStyle meStyle; long mnWidth; - sal_uInt16 mnDashCount; + sal_uInt16 mnDashCount; long mnDashLen; - sal_uInt16 mnDotCount; + sal_uInt16 mnDotCount; long mnDotLen; long mnDistance; |