From 21d9c95a1df10efcb0f31eeb094eb38e9d666902 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 9 Jun 2009 13:55:04 +0000 Subject: #i10000# build fix --- xmloff/source/text/txtparae.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 559a578d2d..1d182f8470 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -38,6 +38,7 @@ #endif #include #include +#include #include #include @@ -176,7 +177,7 @@ namespace : public unary_function, size_t> { size_t operator()(const Reference xFrame) const - { return reinterpret_cast(xFrame.get()) & 0xffffffff; } + { return sal::static_int_cast(reinterpret_cast(xFrame.get())); } }; static bool lcl_TextContentsUnfiltered(const Reference&) -- cgit v1.2.3