summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/lineinfo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/lineinfo.cxx')
-rw-r--r--vcl/source/gdi/lineinfo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/lineinfo.cxx b/vcl/source/gdi/lineinfo.cxx
index bb27afed837d..1c9ee4846a72 100644
--- a/vcl/source/gdi/lineinfo.cxx
+++ b/vcl/source/gdi/lineinfo.cxx
@@ -256,7 +256,7 @@ void LineInfo::applyToB2DPolyPolygon(
for(sal_uInt32 c(0); c < io_rLinePolyPolygon.count(); c++)
{
basegfx::B2DPolyPolygon aLineTraget;
- basegfx::tools::applyLineDashing(
+ basegfx::utils::applyLineDashing(
io_rLinePolyPolygon.getB2DPolygon(c),
fDotDashArray,
&aLineTraget);
@@ -273,7 +273,7 @@ void LineInfo::applyToB2DPolyPolygon(
for(sal_uInt32 a(0); a < io_rLinePolyPolygon.count(); a++)
{
- o_rFillPolyPolygon.append(basegfx::tools::createAreaGeometry(
+ o_rFillPolyPolygon.append(basegfx::utils::createAreaGeometry(
io_rLinePolyPolygon.getB2DPolygon(a),
fHalfLineWidth,
GetLineJoin(),