summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-07-30 13:39:48 +0000
committerKurt Zenker <kz@openoffice.org>2004-07-30 13:39:48 +0000
commit92ea6e096ecfb32e41721aec534e311a659fd418 (patch)
treea9c40dc53bcf7f2b14b0bd46b4a4c2c838580e86 /i18npool
parent3735e9a369b2ff6da2624dfef23cc1489a66151e (diff)
INTEGRATION: CWS i18n13 (1.10.2); FILE MERGED
2004/06/14 22:41:31 khong 1.10.2.1: #i29964# #i29965# fix indexentrysupplier crash on window platform
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/LocaleNode.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/localedata/LocaleNode.cxx b/i18npool/source/localedata/LocaleNode.cxx
index 0a5d2a3d5351..fb20db881773 100644
--- a/i18npool/source/localedata/LocaleNode.cxx
+++ b/i18npool/source/localedata/LocaleNode.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: LocaleNode.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2004-05-28 16:39:54 $
+ * last change: $Author: kz $ $Date: 2004-07-30 14:39:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -562,7 +562,7 @@ void LCIndexNode::generateCode (const OFileWriter &of) {
str = currNode -> getAttr() -> getValueByName("default");
of.writeDefaultParameter("Index", str, nbOfIndexs);
str = currNode -> getAttr() -> getValueByName("phonetic");
- of.writeParameter("Phonetic", str, nbOfIndexs);
+ of.writeDefaultParameter("Phonetic", str, nbOfIndexs);
of.writeAsciiString("\n");
nbOfIndexs++;
@@ -597,7 +597,7 @@ void LCIndexNode::generateCode (const OFileWriter &of) {
of.writeInt(i);
of.writeAsciiString(",\n");
- of.writeAsciiString("\tPhonetic");
+ of.writeAsciiString("\tdefaultPhonetic");
of.writeInt(i);
of.writeAsciiString(",\n");
}