summaryrefslogtreecommitdiff
path: root/drawinglayer/source/attribute/fillhatchattribute.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/attribute/fillhatchattribute.cxx')
-rw-r--r--drawinglayer/source/attribute/fillhatchattribute.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/attribute/fillhatchattribute.cxx b/drawinglayer/source/attribute/fillhatchattribute.cxx
index e3dd831bf35a..e55e1f71f55c 100644
--- a/drawinglayer/source/attribute/fillhatchattribute.cxx
+++ b/drawinglayer/source/attribute/fillhatchattribute.cxx
@@ -56,7 +56,7 @@ namespace drawinglayer
}
ImpFillHatchAttribute()
- : meStyle(HATCHSTYLE_SINGLE),
+ : meStyle(HatchStyle::Single),
mfDistance(0.0),
mfAngle(0.0),
maColor(basegfx::BColor()),