summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx')
-rw-r--r--drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx b/drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx
index 9bdd689f0e78..eb5550deb22a 100644
--- a/drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx
@@ -81,7 +81,7 @@ namespace drawinglayer
{
// add graphic without tiling
const basegfx::B2DHomMatrix aObjectTransform(
- getTransformation() * basegfx::tools::createScaleTranslateB2DHomMatrix(
+ getTransformation() * basegfx::utils::createScaleTranslateB2DHomMatrix(
rAttribute.getGraphicRange().getRange(),
rAttribute.getGraphicRange().getMinimum()));
@@ -119,10 +119,10 @@ namespace drawinglayer
basegfx::B2DRange FillGraphicPrimitive2D::getB2DRange(const geometry::ViewInformation2D& /*rViewInformation*/) const
{
// return range of it
- basegfx::B2DPolygon aPolygon(basegfx::tools::createUnitPolygon());
+ basegfx::B2DPolygon aPolygon(basegfx::utils::createUnitPolygon());
aPolygon.transform(getTransformation());
- return basegfx::tools::getRange(aPolygon);
+ return basegfx::utils::getRange(aPolygon);
}
// provide unique ID