summaryrefslogtreecommitdiff
path: root/emfio/source/emfuno/xemfparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'emfio/source/emfuno/xemfparser.cxx')
-rw-r--r--emfio/source/emfuno/xemfparser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/emfio/source/emfuno/xemfparser.cxx b/emfio/source/emfuno/xemfparser.cxx
index 32a2bc1a86ef..0e96b0515856 100644
--- a/emfio/source/emfuno/xemfparser.cxx
+++ b/emfio/source/emfuno/xemfparser.cxx
@@ -172,7 +172,7 @@ namespace emfio
// use size
const basegfx::B2DHomMatrix aMetafileTransform(
- basegfx::tools::createScaleB2DHomMatrix(
+ basegfx::utils::createScaleB2DHomMatrix(
aSize.Width(),
aSize.Height()));
@@ -198,7 +198,7 @@ namespace emfio
// // for test, just create some graphic data that will get visualized
// const basegfx::B2DRange aRange(1000, 1000, 5000, 5000);
// const basegfx::BColor aColor(1.0, 0.0, 0.0);
- // const basegfx::B2DPolygon aOutline(basegfx::tools::createPolygonFromRect(aRange));
+ // const basegfx::B2DPolygon aOutline(basegfx::utils::createPolygonFromRect(aRange));
//
// aRetval.push_back(new drawinglayer::primitive2d::PolyPolygonColorPrimitive2D(basegfx::B2DPolyPolygon(aOutline), aColor));
// }