summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/polygon.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/outdev/polygon.cxx')
-rw-r--r--vcl/source/outdev/polygon.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/outdev/polygon.cxx b/vcl/source/outdev/polygon.cxx
index 208906d7c766..754a8cd70349 100644
--- a/vcl/source/outdev/polygon.cxx
+++ b/vcl/source/outdev/polygon.cxx
@@ -92,7 +92,7 @@ void OutputDevice::DrawPolyPolygon( const tools::PolyPolygon& rPolyPoly )
bSuccess = mpGraphics->DrawPolyLine( aB2DPolyPolygon.getB2DPolygon(a),
0.0,
aB2DLineWidth,
- basegfx::B2DLINEJOIN_NONE,
+ basegfx::B2DLineJoin::NONE,
css::drawing::LineCap_BUTT,
this);
}
@@ -200,7 +200,7 @@ void OutputDevice::DrawPolygon( const Polygon& rPoly )
bSuccess = mpGraphics->DrawPolyLine( aB2DPolygon,
0.0,
aB2DLineWidth,
- basegfx::B2DLINEJOIN_NONE,
+ basegfx::B2DLineJoin::NONE,
css::drawing::LineCap_BUTT,
this);
}
@@ -302,7 +302,7 @@ void OutputDevice::ImplDrawPolyPolygonWithB2DPolyPolygon(const basegfx::B2DPolyP
bSuccess = mpGraphics->DrawPolyLine( aB2DPolyPolygon.getB2DPolygon(a),
0.0,
aB2DLineWidth,
- basegfx::B2DLINEJOIN_NONE,
+ basegfx::B2DLineJoin::NONE,
css::drawing::LineCap_BUTT,
this);
}