#i105937# Post-merge fixes

* nicer gradient poly setup, made code more self-explanatory
 * corrected order of rotation matrix multiplication
 * fixed build breakage in presenter screen, type only implicitely
   included
This commit is contained in:
thb 2010-01-18 18:58:26 +01:00
parent 25902ec619
commit 130a04677c

View file

@ -37,6 +37,7 @@
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/rendering/XGraphicDevice.hpp>
#include <com/sun/star/rendering/XPolyPolygon2D.hpp>
#include <com/sun/star/geometry/RealRectangle2D.hpp>
#include <vector>
namespace css = ::com::sun::star;