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 --- include/cppcanvas/polypolygon.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/cppcanvas/polypolygon.hxx') diff --git a/include/cppcanvas/polypolygon.hxx b/include/cppcanvas/polypolygon.hxx index 1db71e276a74..3cb186354512 100644 --- a/include/cppcanvas/polypolygon.hxx +++ b/include/cppcanvas/polypolygon.hxx @@ -37,12 +37,12 @@ namespace com { namespace sun { namespace star { namespace rendering } } } } -/* Definition of PolyPolygon interface */ +/* Definition of tools::PolyPolygon interface */ namespace cppcanvas { - /** This interface defines a PolyPolygon canvas object + /** This interface defines a tools::PolyPolygon canvas object Consider this object part of the view, and not of the model data. Although the given polygon is typically copied and held -- cgit