summaryrefslogtreecommitdiff
path: root/sal/textenc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 12:50:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 12:50:35 +0000
commit975fc1cb615b949774dc94b6a834f7ae6aeebd8a (patch)
tree0bbb3b1d82e706367d390274ad53ac9426304e40 /sal/textenc
parent83cff3133235a01c24661ac628b99d154a788e5b (diff)
INTEGRATION: CWS ooo20031216 (1.3.200); FILE MERGED
2003/12/20 14:01:29 waratah 1.3.200.1: #i1858# correct some unitialised fields in code
Diffstat (limited to 'sal/textenc')
-rw-r--r--sal/textenc/converteuctw.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/textenc/converteuctw.c b/sal/textenc/converteuctw.c
index 1998e3076..3ddf5bb42 100644
--- a/sal/textenc/converteuctw.c
+++ b/sal/textenc/converteuctw.c
@@ -2,9 +2,9 @@
*
* $RCSfile: converteuctw.c,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sb $ $Date: 2001-11-19 17:46:37 $
+ * last change: $Author: hr $ $Date: 2004-02-04 13:50:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,8 +137,8 @@ sal_Size ImplConvertEucTwToUnicode(ImplTextConverterData const * pData,
= ((ImplEucTwConverterData const *) pData)->
m_pCns116431992ToUnicodePlaneOffsets;
ImplEucTwToUnicodeState eState = IMPL_EUC_TW_TO_UNICODE_STATE_0;
- sal_Int32 nPlane;
- sal_Int32 nRow;
+ sal_Int32 nPlane = 0;
+ sal_Int32 nRow = 0;
sal_uInt32 nInfo = 0;
sal_Size nConverted = 0;
sal_Unicode * pDestBufPtr = pDestBuf;