INTEGRATION: CWS qadev14 (1.2.114); FILE MERGED

2003/11/28 10:54:31 lla 1.2.114.1: #114060# much code cleanups and warnings removed
This commit is contained in:
Kurt Zenker 2003-12-11 11:35:09 +00:00
parent 48ec6ee008
commit f74974cfb4

View file

@ -2,9 +2,9 @@
*
* $RCSfile: rtl_String_Const.h,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2003-04-01 13:25:35 $
* last change: $Author: kz $ $Date: 2003-12-11 12:35:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -287,12 +287,12 @@ static const sal_Int32 kTestStr1PlusStr6Len = kTestStr1Len + kTestStr6Len;
static sal_Unicode aUStr50[kTestStr50Len+1];
static sal_Unicode aUStr51[kTestStr51Len+1];
static sal_Unicode aUStr52[kTestStr52Len+1]={83,117,110,32,32767};
static sal_Unicode aUStr53[kTestStr53Len+1]={83,117,110,32,-32768};
static sal_Unicode aUStr53[kTestStr53Len+1]={83,117,110,32,SAL_MIN_INT16 /*-32768*/};
static sal_Unicode aUStr54[kTestStr54Len+1]={32767};
static sal_Unicode aUStr55[kTestStr55Len+1]={-32768};
static sal_Unicode aUStr55[kTestStr55Len+1]={SAL_MIN_INT16 /*-32768*/};
static sal_Unicode aUStr56[kTestStr56Len+1];
static sal_Unicode aUStr57[kTestStr57Len+1]={40,3,5,7,9,11,13,15,115,117,110,32767};
static sal_Unicode aUStr58[kTestStr58Len+1]={40,3,5,7,9,11,13,15,115,117,110,-32768};
static sal_Unicode aUStr58[kTestStr58Len+1]={40,3,5,7,9,11,13,15,115,117,110,SAL_MIN_INT16 /*-32768*/};
static sal_Unicode aUStr1PlusUStr6[kTestStr1Len + kTestStr6Len + 1];
// we are already in "C"