diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 10:00:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 10:00:18 +0000 |
commit | a974e55a3f2eb3c82a3150c3746dcc32feb2eb2c (patch) | |
tree | 549ae0d9618b791dab5d1d689c302e55c62d29f1 /basebmp/source | |
parent | e48ba79988a7fdc23a6106d1864cc94c823fde9c (diff) |
INTEGRATION: CWS aw051 (1.26.18); FILE MERGED
2007/06/07 11:44:20 aw 1.26.18.1: #i77162# adaptions to changed B2DPolygon bezier handling
Diffstat (limited to 'basebmp/source')
-rw-r--r-- | basebmp/source/bitmapdevice.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basebmp/source/bitmapdevice.cxx b/basebmp/source/bitmapdevice.cxx index 817a28ae687e..696e2a8a508a 100644 --- a/basebmp/source/bitmapdevice.cxx +++ b/basebmp/source/bitmapdevice.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bitmapdevice.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: rt $ $Date: 2007-07-05 08:55:38 $ + * last change: $Author: obo $ $Date: 2007-07-18 11:00:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -521,7 +521,7 @@ namespace const RawAcc& acc ) { basegfx::B2DPolygon aPoly( rPoly ); - if( rPoly.areControlVectorsUsed() ) + if( rPoly.areControlPointsUsed() ) aPoly = basegfx::tools::adaptiveSubdivideByCount( rPoly ); const typename dest_iterator_type::value_type colorIndex( maColorLookup( @@ -584,7 +584,7 @@ namespace const basegfx::B2IRange& rBounds ) { basegfx::B2DPolyPolygon aPoly( rPoly ); - if( rPoly.areControlVectorsUsed() ) + if( rPoly.areControlPointsUsed() ) aPoly = basegfx::tools::adaptiveSubdivideByCount( rPoly ); renderClippedPolyPolygon( begin, |