From 05258ecf60b6ee644838af38bb86c8fc570f51fe Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 18 Jul 2007 10:06:41 +0000 Subject: INTEGRATION: CWS aw051 (1.17.24); FILE MERGED 2007/06/06 15:49:41 aw 1.17.24.1: #i77162# B2DPolygin control point interface changes --- basegfx/source/polygon/b2dpolypolygon.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'basegfx/source/polygon') diff --git a/basegfx/source/polygon/b2dpolypolygon.cxx b/basegfx/source/polygon/b2dpolypolygon.cxx index 5197668b43d0..814f6d3112da 100644 --- a/basegfx/source/polygon/b2dpolypolygon.cxx +++ b/basegfx/source/polygon/b2dpolypolygon.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b2dpolypolygon.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 14:08:20 $ + * last change: $Author: obo $ $Date: 2007-07-18 11:06:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -266,13 +266,13 @@ namespace basegfx mpPolyPolygon->setB2DPolygon(nIndex, rPolygon); } - bool B2DPolyPolygon::areControlVectorsUsed() const + bool B2DPolyPolygon::areControlPointsUsed() const { for(sal_uInt32 a(0L); a < mpPolyPolygon->count(); a++) { const ::basegfx::B2DPolygon& rPolygon = mpPolyPolygon->getB2DPolygon(a); - if(rPolygon.areControlVectorsUsed()) + if(rPolygon.areControlPointsUsed()) { return true; } -- cgit v1.2.3