summaryrefslogtreecommitdiffstats
path: root/svtools/source/graphic/grfmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/graphic/grfmgr.cxx')
-rw-r--r--svtools/source/graphic/grfmgr.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx
index 08aaf18995a9..8a6497eab841 100644
--- a/svtools/source/graphic/grfmgr.cxx
+++ b/svtools/source/graphic/grfmgr.cxx
@@ -267,7 +267,7 @@ void GraphicObject::ImplAutoSwapIn()
}
bool GraphicObject::ImplGetCropParams( OutputDevice* pOut, Point& rPt, Size& rSz, const GraphicAttr* pAttr,
- PolyPolygon& rClipPolyPoly, bool& bRectClipRegion ) const
+ tools::PolyPolygon& rClipPolyPoly, bool& bRectClipRegion ) const
{
bool bRet = false;
@@ -525,7 +525,7 @@ bool GraphicObject::IsCached( OutputDevice* pOut, const Point& rPt, const Size&
Size aSz( rSz );
if ( pAttr && pAttr->IsCropped() )
{
- PolyPolygon aClipPolyPoly;
+ tools::PolyPolygon aClipPolyPoly;
bool bRectClip;
ImplGetCropParams( pOut, aPt, aSz, pAttr, aClipPolyPoly, bRectClip );
}
@@ -578,7 +578,7 @@ bool GraphicObject::Draw( OutputDevice* pOut, const Point& rPt, const Size& rSz,
if( bCropped )
{
- PolyPolygon aClipPolyPoly;
+ tools::PolyPolygon aClipPolyPoly;
bool bRectClip;
const bool bCrop = ImplGetCropParams( pOut, aPt, aSz, &aAttr, aClipPolyPoly, bRectClip );
@@ -650,7 +650,7 @@ bool GraphicObject::DrawWithPDFHandling( OutputDevice& rOutDev,
if( aGrfAttr.IsCropped() )
{
- PolyPolygon aClipPolyPoly;
+ tools::PolyPolygon aClipPolyPoly;
bool bRectClip;
const bool bCrop = ImplGetCropParams( &rOutDev,
aPt, aSz,
@@ -723,7 +723,7 @@ bool GraphicObject::StartAnimation( OutputDevice* pOut, const Point& rPt, const
if( bCropped )
{
- PolyPolygon aClipPolyPoly;
+ tools::PolyPolygon aClipPolyPoly;
bool bRectClip;
const bool bCrop = ImplGetCropParams( pOut, aPt, aSz, &aAttr, aClipPolyPoly, bRectClip );