From 679e109653b00e78637ba56d5f4eaee8fbf47815 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 2 Nov 2005 12:58:20 +0000 Subject: INTEGRATION: CWS canvas02 (1.12.24); FILE MERGED 2005/10/08 13:19:50 thb 1.12.24.2: RESYNC: (1.12-1.13); FILE MERGED 2005/07/28 10:10:20 thb 1.12.24.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes --- basegfx/source/polygon/b2dpolypolygon.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basegfx/source/polygon/b2dpolypolygon.cxx b/basegfx/source/polygon/b2dpolypolygon.cxx index bb43c94b5c68..ae0829580101 100644 --- a/basegfx/source/polygon/b2dpolypolygon.cxx +++ b/basegfx/source/polygon/b2dpolypolygon.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b2dpolypolygon.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:46:52 $ + * last change: $Author: kz $ $Date: 2005-11-02 13:58:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -83,7 +83,7 @@ public: ImplB2DPolyPolygon(const ::basegfx::B2DPolygon& rToBeCopied) : mnRefCount(0) { - // complete initialization using copy + // initialization using given Polygon maPolygons.push_back( rToBeCopied ); } -- cgit v1.2.3