summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/polygn3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/polygn3d.cxx')
-rw-r--r--svx/source/engine3d/polygn3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/engine3d/polygn3d.cxx b/svx/source/engine3d/polygn3d.cxx
index 78295eb57df6..037f997f3642 100644
--- a/svx/source/engine3d/polygn3d.cxx
+++ b/svx/source/engine3d/polygn3d.cxx
@@ -98,7 +98,7 @@ void E3dPolygonObj::CreateDefaultTexture()
const basegfx::B3DPolygon& aPolygon(aPolyPoly3D.getB3DPolygon(a));
// Determine the total size of the object
- basegfx::B3DRange aVolume(basegfx::tools::getRange(aPolygon));
+ basegfx::B3DRange aVolume(basegfx::utils::getRange(aPolygon));
// Get normal
basegfx::B3DVector aNormal(aPolygon.getNormal());