diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:53:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:53:31 +0000 |
commit | 1ad617fd17be9b7ae736a205828d85a5b654d85b (patch) | |
tree | e2b936004b8896fc2b10dba2174b7a4f9081b158 /basebmp/source | |
parent | 94118ea64c99de65f4239ec862663d7df914096b (diff) |
INTEGRATION: CWS canvas05 (1.30.4); FILE MERGED
2008/04/21 07:51:13 thb 1.30.4.2: RESYNC: (1.30-1.31); FILE MERGED
2007/10/01 12:21:25 thb 1.30.4.1: #i80285# Merged nonzero winding rule feature from picom
Diffstat (limited to 'basebmp/source')
-rw-r--r-- | basebmp/source/bitmapdevice.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basebmp/source/bitmapdevice.cxx b/basebmp/source/bitmapdevice.cxx index 1a013334b043..34599a5ef3be 100644 --- a/basebmp/source/bitmapdevice.cxx +++ b/basebmp/source/bitmapdevice.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: bitmapdevice.cxx,v $ - * $Revision: 1.32 $ + * $Revision: 1.33 $ * * This file is part of OpenOffice.org. * @@ -593,7 +593,8 @@ namespace maColorLookup( maAccessor, col), rBounds, - aPoly ); + aPoly, + basegfx::FillRule_EVEN_ODD ); } virtual void fillPolyPolygon_i(const basegfx::B2DPolyPolygon& rPoly, |