diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 09:52:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 09:52:11 +0000 |
commit | cf0e74d7c136b35ee19e4f7fa8be6803d3cd2252 (patch) | |
tree | ed2864f7f1ac76f26b9598784011d1aa2a93d6b5 /svx/source/customshapes | |
parent | 81759cee5409207c974120238926e73d89092c34 (diff) |
INTEGRATION: CWS aw051 (1.15.16); FILE MERGED
2007/06/08 14:52:12 aw 1.15.16.1: #i77162# adaptions to changed B2DPolygon bezier handling
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeEngine.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeEngine.cxx b/svx/source/customshapes/EnhancedCustomShapeEngine.cxx index cb5f1155ae46..1069704b62d8 100644 --- a/svx/source/customshapes/EnhancedCustomShapeEngine.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeEngine.cxx @@ -4,9 +4,9 @@ * * $RCSfile: EnhancedCustomShapeEngine.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2007-07-06 07:32:24 $ + * last change: $Author: obo $ $Date: 2007-07-18 10:52:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -461,7 +461,7 @@ com::sun::star::drawing::PolyPolygonBezierCoords SAL_CALL EnhancedCustomShapeEng if ( aPP.count() ) { - if(aPP.areControlVectorsUsed()) + if(aPP.areControlPointsUsed()) { aPolyPolygon.append(basegfx::tools::adaptiveSubdivideByAngle(aPP)); } |