summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorthb <thb@openoffice.org>2010-01-16 02:20:50 +0100
committerthb <thb@openoffice.org>2010-01-16 02:20:50 +0100
commit8748bccd375753ba2b043798a2853d1796c1d2a0 (patch)
treebe7d25b70b74dd0dda0d41a02e224deb75434ea9 /oox
parentdbdd72774fe0289f7a0f2e434ab8d561f6492895 (diff)
#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
Diffstat (limited to 'oox')
-rw-r--r--oox/source/token/tokenmap.cxx2
1 files changed, 2 insertions, 0 deletions
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 <string.h>
+
using ::rtl::OString;
using ::rtl::OUString;
using ::com::sun::star::uno::Sequence;