summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:46:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:46:13 +0000
commitbe32a7e3f0e1828347e5ae6cb678c4e4e5ad8986 (patch)
tree681f4e7e8fa362f8eda6bbb9e895506148406a0d /i18npool
parentd96979b38efdab6b4e3e14aea1dc437c95121227 (diff)
INTEGRATION: CWS ooo20040704 (1.6.116); FILE MERGED
2004/07/01 11:13:38 waratah 1.6.116.1: #i30874# Add initial values to potentially uninitialised values
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP.cxx b/i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP.cxx
index 989d65c3e40c..25d901ae132a 100644
--- a/i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP.cxx
+++ b/i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ignoreKiKuFollowedBySa_ja_JP.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2003-04-28 16:51:19 $
+ * last change: $Author: rt $ $Date: 2004-09-08 16:46:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,8 @@ ignoreKiKuFollowedBySa_ja_JP::folding( const OUString& inStr, sal_Int32 startPos
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 );