summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:45:47 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:45:47 +0000
commitc562e73597ce3512d0e2bf8dc64e74dc44ae67e9 (patch)
tree40cdd310515313ad655b4bfcba1b189b2737af79 /i18npool
parent595e792fcc4d2fef5cf09c1d66cc797c69c815c8 (diff)
INTEGRATION: CWS ooo20040704 (1.7.116); FILE MERGED
2004/07/01 11:12:46 waratah 1.7.116.1: #i30874# Add initial values to potentially uninitialised values
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx b/i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx
index 554c0cede00e..6d9cabd02203 100644
--- a/i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx
+++ b/i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ignoreIandEfollowedByYa_ja_JP.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-04-28 16:50:48 $
+ * last change: $Author: rt $ $Date: 2004-09-08 16:45:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,7 +121,8 @@ ignoreIandEfollowedByYa_ja_JP::folding( const OUString& inStr, sal_Int32 startPo
sal_Unicode * dst = newStr->buffer;
const sal_Unicode * src = inStr.getStr() + startPos;
- sal_Int32 *p, position;
+ sal_Int32 *p = 0;
+ sal_Int32 position = 0;
if (useOffset) {
// Allocate nCount length to offset argument.
offset.realloc( nCount );