summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgtextpathnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgtextpathnode.cxx')
-rw-r--r--svgio/source/svgreader/svgtextpathnode.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgtextpathnode.cxx b/svgio/source/svgreader/svgtextpathnode.cxx
index e9b00eb2ddec..dae7f4e47bd8 100644
--- a/svgio/source/svgreader/svgtextpathnode.cxx
+++ b/svgio/source/svgreader/svgtextpathnode.cxx
@@ -341,7 +341,7 @@ namespace svgio
return false;
}
- const double fBasegfxPathLength(basegfx::tools::getLength(aPolygon));
+ const double fBasegfxPathLength(basegfx::utils::getLength(aPolygon));
return !basegfx::fTools::equalZero(fBasegfxPathLength);
}
@@ -368,7 +368,7 @@ namespace svgio
aPolygon.transform(*pSvgPathNode->getTransform());
}
- const double fBasegfxPathLength(basegfx::tools::getLength(aPolygon));
+ const double fBasegfxPathLength(basegfx::utils::getLength(aPolygon));
if(!basegfx::fTools::equalZero(fBasegfxPathLength))
{