summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorthb <thb@openoffice.org>2010-01-18 18:58:26 +0100
committerthb <thb@openoffice.org>2010-01-18 18:58:26 +0100
commit130a04677ca80d530e3afdcc65b73c504ce708e8 (patch)
tree6fd2147fd04f03166cb1523f280581712ae9518c /sdext
parent25902ec619e4bbe2f419298aa9973bd9c40409a6 (diff)
#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
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterGeometryHelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdext/source/presenter/PresenterGeometryHelper.hxx b/sdext/source/presenter/PresenterGeometryHelper.hxx
index 1a0a53c2f5cd..1621ddce2504 100644
--- a/sdext/source/presenter/PresenterGeometryHelper.hxx
+++ b/sdext/source/presenter/PresenterGeometryHelper.hxx
@@ -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;