summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 11:26:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 11:26:55 +0000
commit5e5346c3f36526a360d67beb1fb949546fdba180 (patch)
treee0f810471f679cc9d7bd3d4f3aade18db6585389 /store
parent683126a75bb759cec6ba66dafffaa024b8c22bcc (diff)
INTEGRATION: CWS ooo20040225 (1.3.74); FILE MERGED
2004/02/17 06:37:12 pjanik 1.3.74.1: #i25582#: x86-64: store type clarification.
Diffstat (limited to 'store')
-rw-r--r--store/source/storlckb.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/store/source/storlckb.cxx b/store/source/storlckb.cxx
index 8a1d85de207c..53f969d0196d 100644
--- a/store/source/storlckb.cxx
+++ b/store/source/storlckb.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: storlckb.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mhu $ $Date: 2001-11-26 21:38:56 $
+ * last change: $Author: hr $ $Date: 2004-03-09 12:26:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,7 @@
*
************************************************************************/
-#define _STORE_STORLCKB_CXX_ "$Revision: 1.3 $"
+#define _STORE_STORLCKB_CXX_ "$Revision: 1.4 $"
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
@@ -124,7 +124,8 @@ inline sal_Int32 __store_convertTextToUnicode (
const sal_Char *pSrcBuffer, sal_Int32 nSrcLength,
sal_Unicode *pDstBuffer, sal_Int32 nDstLength)
{
- sal_uInt32 nCvtInfo, nCvtBytes = 0;
+ sal_uInt32 nCvtInfo = 0;
+ sal_Size nCvtBytes = 0;
return rtl_convertTextToUnicode (
hConverter, 0,
pSrcBuffer, nSrcLength,