summaryrefslogtreecommitdiff
path: root/drawinglayer/inc
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@Sun.COM>2009-11-18 13:08:25 +0100
committerArmin Le Grand <Armin.Le.Grand@Sun.COM>2009-11-18 13:08:25 +0100
commit5a68fee42aa92563adb8fa777bd680105792a89d (patch)
treeea90da8284f9068b1691defff96fadf8499b9a10 /drawinglayer/inc
parent90f4f68c43cf52c33e783c81cfa2ce8beeae916a (diff)
aw078: changes after resync to DEV300m64
Diffstat (limited to 'drawinglayer/inc')
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx b/drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx
index 8c0512402120..187e89f42e97 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx
+++ b/drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx
@@ -368,12 +368,12 @@ namespace drawinglayer
/// the PolyPolygon geometry
basegfx::B2DPolyPolygon maPolyPolygon;
- /// the hatch definition
- attribute::FillHatchAttribute maFillHatch;
-
/// the hatch background color (if used)
basegfx::BColor maBackgroundColor;
+ /// the hatch definition
+ attribute::FillHatchAttribute maFillHatch;
+
protected:
/// local decomposition.
virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const;