From 8748bccd375753ba2b043798a2853d1796c1d2a0 Mon Sep 17 00:00:00 2001 From: thb Date: Sat, 16 Jan 2010 02:20:50 +0100 Subject: #i105937# Fixed a few remaining gradient glitches * linear/axial gradient were f*cked up when border and rotation was given * found another place where drawinglayer was generating helper polygons for gradients (vclgradienthelper.cxx), adapted to new value ranges * fixed build breakage in debug build in oox * fixed order of gradient color generation --- oox/source/token/tokenmap.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'oox') diff --git a/oox/source/token/tokenmap.cxx b/oox/source/token/tokenmap.cxx index 733b18fd1f01..6f225db876b6 100644 --- a/oox/source/token/tokenmap.cxx +++ b/oox/source/token/tokenmap.cxx @@ -34,6 +34,8 @@ #include "tokens.hxx" #include "oox/helper/containerhelper.hxx" +#include + using ::rtl::OString; using ::rtl::OUString; using ::com::sun::star::uno::Sequence; -- cgit