summaryrefslogtreecommitdiff
path: root/svx/source/sdr/contact/viewcontactofe3dextrude.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/contact/viewcontactofe3dextrude.cxx')
-rw-r--r--svx/source/sdr/contact/viewcontactofe3dextrude.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/contact/viewcontactofe3dextrude.cxx b/svx/source/sdr/contact/viewcontactofe3dextrude.cxx
index 55fe8fd7b5ab..71b973bdb7f9 100644
--- a/svx/source/sdr/contact/viewcontactofe3dextrude.cxx
+++ b/svx/source/sdr/contact/viewcontactofe3dextrude.cxx
@@ -56,7 +56,7 @@ namespace sdr
// calculate texture size; use size of top/bottom cap to get a perfect mapping
// for the caps. The in-between geometry will get a stretched size with a
// relative factor size of caps to extrude depth
- const basegfx::B2DRange aRange(basegfx::tools::getRange(aPolyPolygon));
+ const basegfx::B2DRange aRange(basegfx::utils::getRange(aPolyPolygon));
const basegfx::B2DVector aTextureSize(aRange.getWidth(), aRange.getHeight());
// get more data