summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgpathnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgpathnode.cxx')
-rw-r--r--svgio/source/svgreader/svgpathnode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgpathnode.cxx b/svgio/source/svgreader/svgpathnode.cxx
index a456995373c9..50fe2e52151e 100644
--- a/svgio/source/svgreader/svgpathnode.cxx
+++ b/svgio/source/svgreader/svgpathnode.cxx
@@ -66,7 +66,7 @@ namespace svgio
{
basegfx::B2DPolyPolygon aPath;
- if(basegfx::tools::importFromSvgD(aPath, aContent, false, &maHelpPointIndices))
+ if(basegfx::utils::importFromSvgD(aPath, aContent, false, &maHelpPointIndices))
{
if(aPath.count())
{