summaryrefslogtreecommitdiffstats
path: root/svx/inc/sdr
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-09-28 07:51:19 +0200
committerNoel Grandin <noel@peralex.com>2014-09-30 11:47:41 +0200
commitc9d4a2887c13a5df244022276dd79a5bef8af0ea (patch)
treefb849270affd5fca01fa26094c89595d18c6f588 /svx/inc/sdr
parentfix TDE build (diff)
downloadcore-c9d4a2887c13a5df244022276dd79a5bef8af0ea.tar.gz
core-c9d4a2887c13a5df244022276dd79a5bef8af0ea.zip
fdo#82577: Handle PolyPolygon
Put the TOOLS PolyPolygon class in the tools namespace. Avoids clash with the Windows PolyPolygon typedef. Change-Id: I811ecbb3d55ba4ce66e4555a8586f60fcd57fb66
Diffstat (limited to 'svx/inc/sdr')
-rw-r--r--svx/inc/sdr/overlay/overlayhatchrect.hxx2
-rw-r--r--svx/inc/sdr/overlay/overlayrectangle.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/sdr/overlay/overlayhatchrect.hxx b/svx/inc/sdr/overlay/overlayhatchrect.hxx
index d54d0679a3ad..bdceb0b1ca2a 100644
--- a/svx/inc/sdr/overlay/overlayhatchrect.hxx
+++ b/svx/inc/sdr/overlay/overlayhatchrect.hxx
@@ -25,7 +25,7 @@
-class PolyPolygon;
+namespace tools { class PolyPolygon; }
namespace sdr
{
diff --git a/svx/inc/sdr/overlay/overlayrectangle.hxx b/svx/inc/sdr/overlay/overlayrectangle.hxx
index 3d1378aafd3f..e7a4cc72cf40 100644
--- a/svx/inc/sdr/overlay/overlayrectangle.hxx
+++ b/svx/inc/sdr/overlay/overlayrectangle.hxx
@@ -22,7 +22,7 @@
#include <svx/sdr/overlay/overlayobject.hxx>
#include <tools/gen.hxx>
-class PolyPolygon;
+namespace tools { class PolyPolygon; }
namespace sdr
{