summaryrefslogtreecommitdiff
path: root/tools/source/generic/poly.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/poly.cxx')
-rw-r--r--tools/source/generic/poly.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx
index 217565a1ae60..db15b735e664 100644
--- a/tools/source/generic/poly.cxx
+++ b/tools/source/generic/poly.cxx
@@ -1775,7 +1775,7 @@ basegfx::B2DPolygon Polygon::getB2DPolygon() const
}
// if exist, remove double first/last points, set closed and correct control points
- basegfx::tools::checkClosed(aRetval);
+ basegfx::utils::checkClosed(aRetval);
if(aRetval.isClosed())
{
@@ -1795,7 +1795,7 @@ basegfx::B2DPolygon Polygon::getB2DPolygon() const
}
// set closed flag
- basegfx::tools::checkClosed(aRetval);
+ basegfx::utils::checkClosed(aRetval);
}
}