summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-30 12:13:48 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-30 12:13:48 +0000
commit79eefe6d355dc916d82f4fb984957a753c2d281f (patch)
tree3877080485eadaeb19ac379845dea65f491c3cd9
parent447b3a5eafa902ad40f7ccd82f9eb2e4cb9d0e7b (diff)
#i10000# take version form canvas05 (thb)
-rwxr-xr-xbasegfx/source/tools/unopolypolygon.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/basegfx/source/tools/unopolypolygon.cxx b/basegfx/source/tools/unopolypolygon.cxx
index 6230fac0d4fa..6d8fcd83edb0 100755
--- a/basegfx/source/tools/unopolypolygon.cxx
+++ b/basegfx/source/tools/unopolypolygon.cxx
@@ -7,8 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: unopolypolygon.cxx,v $
- *
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -58,7 +57,7 @@ namespace unotools
UnoPolyPolygon::UnoPolyPolygon( const B2DPolyPolygon& rPolyPoly ) :
UnoPolyPolygonBase( m_aMutex ),
maPolyPoly( rPolyPoly ),
- meFillRule( rendering::FillRule_NON_ZERO )
+ meFillRule( rendering::FillRule_EVEN_ODD )
{
// or else races will haunt us.
maPolyPoly.makeUnique();