summaryrefslogtreecommitdiff
path: root/drawinglayer/source/attribute
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2016-05-21 19:26:41 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-23 07:31:31 +0000
commit4a98af674c90de499909174af409d0e29cc155e2 (patch)
tree1b30c08b36349a937cd137c31189840cf9f587d1 /drawinglayer/source/attribute
parent72ffb6f590293fb8d3ba428f1700dc05703b014f (diff)
Convert HatchStyle to scoped enum
Change-Id: I27878a67457d32e6922dfb6da73f896ff6ab1d01 Reviewed-on: https://gerrit.libreoffice.org/25271 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'drawinglayer/source/attribute')
-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()),