diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 11:50:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 11:50:00 +0000 |
commit | 2b027d69cd9dc3b3a341397838c3856d49e2de80 (patch) | |
tree | fa1218bdb484a4da87e7f029aa5c1a63d126d8e3 /store | |
parent | e3716990728122d1d170d55a8e2f9a5626e3b12b (diff) |
INTEGRATION: CWS ooo64bit01 (1.3.96); FILE MERGED
2004/03/15 23:18:32 fa 1.3.96.1: First bits of 64-bitness. #i25651# & more
Diffstat (limited to 'store')
-rw-r--r-- | store/workben/t_base.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/store/workben/t_base.cxx b/store/workben/t_base.cxx index e0740ece27ab..eaa4e198f892 100644 --- a/store/workben/t_base.cxx +++ b/store/workben/t_base.cxx @@ -2,9 +2,9 @@ * * $RCSfile: t_base.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mhu $ $Date: 2001-03-13 21:15:30 $ + * last change: $Author: rt $ $Date: 2004-06-17 12:50:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,7 @@ * ************************************************************************/ -#define _T_BASE_CXX "$Revision: 1.3 $" +#define _T_BASE_CXX "$Revision: 1.4 $" #ifndef _SAL_TYPES_H_ #include <sal/types.h> @@ -377,7 +377,8 @@ static sal_Int32 __store_convertTextToUnicode ( const sal_Char *pszText, sal_Int32 nTextLen, sal_Unicode *pBuffer, sal_Int32 nBuffer) { - sal_uInt32 nInfo, nSrcLen = 0; + sal_uInt32 nInfo = 0; + sal_uInt32 nSrcLen = 0; sal_Int32 nDstLen = rtl_convertTextToUnicode ( hConvert, 0, |