diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:19:05 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:19:05 +0000 |
commit | 514814c152b14219e7cf3be021cac50562af8c07 (patch) | |
tree | a2878d875a0bddad9076a06328873ed38e307f6e /sal/qa/OStringBuffer | |
parent | 9d4626ae53faa84a1012d7553aa465b67f76096c (diff) |
INTEGRATION: CWS os2port01 (1.12.36); FILE MERGED
2007/08/09 09:02:23 obr 1.12.36.2: RESYNC: (1.12-1.13); FILE MERGED
2006/11/29 14:26:47 ydario 1.12.36.1: Initial OS/2 import.
Diffstat (limited to 'sal/qa/OStringBuffer')
-rw-r--r-- | sal/qa/OStringBuffer/rtl_OStringBuffer.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx b/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx index 9237caabd11d..5e051c75ba7a 100644 --- a/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx +++ b/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rtl_OStringBuffer.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-09-17 08:48:41 $ + * last change: $Author: vg $ $Date: 2007-09-20 15:19:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -14794,7 +14794,7 @@ sal_Bool test_append( const char** resArray, int n, sal_Int16 radix, { ::rtl::OStringBuffer aStrBuf( *arrOUS[0] ); OString expVal( kTestStr116 ); -#ifdef UNX +#if defined(UNX) || defined(OS2) sal_Int64 input = 9223372036854775807LL; #else sal_Int64 input = 9223372036854775807; @@ -14878,7 +14878,7 @@ sal_Bool test_append( const char** resArray, int n, sal_Int16 radix, { ::rtl::OStringBuffer aStrBuf( *arrOUS[1] ); OString expVal( kTestStr118 ); -#ifdef UNX +#if defined(UNX) || defined(OS2) sal_Int64 input = 9223372036854775807LL; #else sal_Int64 input = 9223372036854775807; @@ -14961,7 +14961,7 @@ sal_Bool test_append( const char** resArray, int n, sal_Int16 radix, { ::rtl::OStringBuffer aStrBuf( *arrOUS[2] ); OString expVal( kTestStr118 ); -#ifdef UNX +#if defined(UNX) || defined(OS2) sal_Int64 input = 9223372036854775807LL; #else sal_Int64 input = 9223372036854775807; @@ -15044,7 +15044,7 @@ sal_Bool test_append( const char** resArray, int n, sal_Int16 radix, { ::rtl::OStringBuffer aStrBuf( *arrOUS[3] ); OString expVal( kTestStr118 ); -#ifdef UNX +#if defined(UNX) || defined(OS2) sal_Int64 input = 9223372036854775807LL; #else sal_Int64 input = 9223372036854775807; @@ -15127,7 +15127,7 @@ sal_Bool test_append( const char** resArray, int n, sal_Int16 radix, { ::rtl::OStringBuffer aStrBuf( *arrOUS[4] ); OString expVal( kTestStr120 ); -#ifdef UNX +#if defined(UNX) || defined(OS2) sal_Int64 input = 9223372036854775807LL; #else sal_Int64 input = 9223372036854775807; |