diff options
Diffstat (limited to 'include/vcl/lineinfo.hxx')
-rw-r--r-- | include/vcl/lineinfo.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/vcl/lineinfo.hxx b/include/vcl/lineinfo.hxx index 4ed486d55452..73b5376abbf8 100644 --- a/include/vcl/lineinfo.hxx +++ b/include/vcl/lineinfo.hxx @@ -32,18 +32,19 @@ namespace basegfx { class B2DPolyPolygon; } struct ImplLineInfo { - LineStyle meStyle; long mnWidth; - sal_uInt16 mnDashCount; long mnDashLen; - sal_uInt16 mnDotCount; long mnDotLen; long mnDistance; basegfx::B2DLineJoin meLineJoin; css::drawing::LineCap meLineCap; + LineStyle meStyle; + + sal_uInt16 mnDashCount; + sal_uInt16 mnDotCount; - ImplLineInfo(); + ImplLineInfo(); bool operator==( const ImplLineInfo& ) const; }; |