summaryrefslogtreecommitdiff
path: root/cppcanvas/source/inc/implrenderer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/inc/implrenderer.hxx')
-rw-r--r--cppcanvas/source/inc/implrenderer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx
index fe3d639e732e..88e7e5cc38aa 100644
--- a/cppcanvas/source/inc/implrenderer.hxx
+++ b/cppcanvas/source/inc/implrenderer.hxx
@@ -38,7 +38,7 @@ class VirtualDevice;
class Gradient;
class Rectangle;
namespace vcl { class Font; }
-class PolyPolygon;
+namespace tools { class PolyPolygon; }
class Point;
class MetaCommentAction;
@@ -259,7 +259,7 @@ static float GetSwapFloat( SvStream& rSt )
const char* pCommentString,
sal_uInt16 nType ) const;
- void createGradientAction( const ::PolyPolygon& rPoly,
+ void createGradientAction( const ::tools::PolyPolygon& rPoly,
const ::Gradient& rGradient,
const ActionFactoryParameters& rParms,
bool bIsPolygonRectangle,