From 126fd4d4db717181c0356dbc911102c73bab3a5f Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 17 Jun 2004 10:59:06 +0000 Subject: INTEGRATION: CWS ooo64bit01 (1.7.414); FILE MERGED 2004/03/15 23:18:30 fa 1.7.414.1: First bits of 64-bitness. #i25651# & more --- sc/source/ui/inc/impex.hxx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'sc/source/ui/inc/impex.hxx') diff --git a/sc/source/ui/inc/impex.hxx b/sc/source/ui/inc/impex.hxx index 0f21b8d20d67..406bdd2c339f 100644 --- a/sc/source/ui/inc/impex.hxx +++ b/sc/source/ui/inc/impex.hxx @@ -2,9 +2,9 @@ * * $RCSfile: impex.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2004-06-04 11:34:41 $ + * last change: $Author: rt $ $Date: 2004-06-17 11:59:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,10 @@ #ifndef SC_IMPEX_HXX #define SC_IMPEX_HXX +#ifndef _OSL_ENDIAN_H_ +#include +#endif + #ifndef _SOT_EXCHANGE_HXX //autogen #include #endif @@ -178,7 +182,7 @@ public: // static inline BOOL ScImportExport::IsEndianSwap( const SvStream& rStrm ) { -#ifdef __BIGENDIAN +#ifdef OSL_BIGENDIAN return rStrm.GetNumberFormatInt() != NUMBERFORMAT_INT_BIGENDIAN; #else return rStrm.GetNumberFormatInt() != NUMBERFORMAT_INT_LITTLEENDIAN; -- cgit