summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/primitive2d/metafileprimitive2d.cxx')
-rw-r--r--drawinglayer/source/primitive2d/metafileprimitive2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
index cf4182cbbd44..4407647a7e24 100644
--- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
@@ -658,7 +658,7 @@ namespace
{
if(rLinePolygon.count())
{
- const bool bDashDotUsed(LINE_DASH == rLineInfo.GetStyle());
+ const bool bDashDotUsed(LineStyle::Dash == rLineInfo.GetStyle());
const bool bWidthUsed(rLineInfo.GetWidth() > 1);
if(bDashDotUsed || bWidthUsed)