From c9d4a2887c13a5df244022276dd79a5bef8af0ea Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 28 Sep 2014 07:51:19 +0200 Subject: fdo#82577: Handle PolyPolygon Put the TOOLS PolyPolygon class in the tools namespace. Avoids clash with the Windows PolyPolygon typedef. Change-Id: I811ecbb3d55ba4ce66e4555a8586f60fcd57fb66 --- basegfx/source/tools/unotools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basegfx/source/tools') diff --git a/basegfx/source/tools/unotools.cxx b/basegfx/source/tools/unotools.cxx index c1c5044070be..f5b1e273b8f4 100644 --- a/basegfx/source/tools/unotools.cxx +++ b/basegfx/source/tools/unotools.cxx @@ -110,7 +110,7 @@ namespace unotools if(drawing::PolygonFlags_CONTROL == ePolyFlag || bControlA != bControlB) throw lang::IllegalArgumentException(); - // the previous writes used the B2DPolyPoygon -> PolyPolygon converter + // the previous writes used the B2DPolyPoygon -> tools::PolyPolygon converter // which did not create minimal PolyPolygons, but created all control points // as null vectors (identical points). Because of the former P(CA)(CB)-norm of // B2DPolygon and it's unused sign of being the zero-vector and CA and CB being -- cgit