From 99b1eeae3e405675dd52cc2425a9b51bf54cbbe1 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 18 Jul 2007 09:52:27 +0000 Subject: [PATCH] INTEGRATION: CWS aw051 (1.16.8); FILE MERGED 2007/06/08 14:52:12 aw 1.16.8.1: #i77162# adaptions to changed B2DPolygon bezier handling --- svx/source/customshapes/EnhancedCustomShapeFontWork.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx index db4ad824dd6b..9598be5a22f4 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -4,9 +4,9 @@ * * $RCSfile: EnhancedCustomShapeFontWork.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: hr $ $Date: 2007-06-27 16:43:58 $ + * last change: $Author: obo $ $Date: 2007-07-18 10:52:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -831,7 +831,7 @@ void FitTextOutlinesToShapeOutlines( const PolyPolygon& aOutlines2d, FWData& rFW // #i35928# basegfx::B2DPolygon aCandidate(rPolyPoly[ i ].getB2DPolygon()); - if(aCandidate.areControlVectorsUsed()) + if(aCandidate.areControlPointsUsed()) { aCandidate = basegfx::tools::adaptiveSubdivideByAngle(aCandidate); }