SVN commit 1184246 by jsimon: This reverts r1183233 with commit message "Fixes missing legends in ms documents opened with kword." It caused the chart shape to be invisible in KPresenter. M +0 -2 KoShapeContainer.cpp --- trunk/koffice/libs/flake/KoShapeContainer.cpp #1184245:1184246 @@ -158,8 +158,6 @@ qreal zoomX, zoomY; converter.zoom(&zoomX, &zoomY); m.scale(zoomX, zoomY); - if ( parent() ) - m *= absoluteTransformation(&converter); painter.setClipPath(m.map(outline())); QRectF toPaintRect = converter.viewToDocument(painter.clipRegion().boundingRect());