summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 12:58:20 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 12:58:20 +0000
commit679e109653b00e78637ba56d5f4eaee8fbf47815 (patch)
tree9d0c31b172f889ef1c853b5d179f70fd40a57b60 /basegfx
parent44392fb2000289f66968fcc901b2860a1368e695 (diff)
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
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/polygon/b2dpolypolygon.cxx6
1 files 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 );
}