fdo#82577: Handle PolyPolygon
Put the TOOLS PolyPolygon class in the tools namespace. Avoids clash with the Windows PolyPolygon typedef. Change-Id: I811ecbb3d55ba4ce66e4555a8586f60fcd57fb66
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user