summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/OverlayRanges.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/docvw/OverlayRanges.cxx')
-rw-r--r--sw/source/uibase/docvw/OverlayRanges.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/docvw/OverlayRanges.cxx b/sw/source/uibase/docvw/OverlayRanges.cxx
index 634820eca28f..1218f452d03e 100644
--- a/sw/source/uibase/docvw/OverlayRanges.cxx
+++ b/sw/source/uibase/docvw/OverlayRanges.cxx
@@ -39,7 +39,7 @@ namespace
for(sal_uInt32 a(0); a < nCount; a++)
{
- const basegfx::B2DPolygon aDiscretePolygon(basegfx::tools::createPolygonFromRect(rRanges[a]));
+ const basegfx::B2DPolygon aDiscretePolygon(basegfx::utils::createPolygonFromRect(rRanges[a]));
if(0 == a)
{
@@ -47,7 +47,7 @@ namespace
}
else
{
- aRetval = basegfx::tools::solvePolygonOperationOr(aRetval, basegfx::B2DPolyPolygon(aDiscretePolygon));
+ aRetval = basegfx::utils::solvePolygonOperationOr(aRetval, basegfx::B2DPolyPolygon(aDiscretePolygon));
}
}
@@ -67,7 +67,7 @@ namespace sw
for ( sal_uInt32 a = 0; a < nCount; ++a )
{
const basegfx::BColor aRGBColor(getBaseColor().getBColor());
- const basegfx::B2DPolygon aPolygon(basegfx::tools::createPolygonFromRect(maRanges[a]));
+ const basegfx::B2DPolygon aPolygon(basegfx::utils::createPolygonFromRect(maRanges[a]));
aRetval[a] = drawinglayer::primitive2d::Primitive2DReference(
new drawinglayer::primitive2d::PolyPolygonColorPrimitive2D(
basegfx::B2DPolyPolygon(aPolygon),