diff -r de6f48a8d9bb slideshow/source/engine/slide/layer.cxx --- a/slideshow/source/engine/slide/layer.cxx Mon Jun 21 00:10:24 2010 +0200 +++ b/slideshow/source/engine/slide/layer.cxx Fri Jul 02 02:23:08 2010 +0200 @@ -36,6 +36,8 @@ #include #include #include +#include +#include #include "layer.hxx" @@ -288,6 +290,8 @@ // clipping, and render each shape that intersects with // the calculated update area ::basegfx::B2DPolyPolygon aClip( maUpdateAreas.solveCrossovers() ); + aClip = ::basegfx::tools::stripNeutralPolygons(aClip); + aClip = ::basegfx::tools::stripDispensablePolygons(aClip, false); // actually, if there happen to be shapes with zero // update area in the maUpdateAreas vector, the