summaryrefslogtreecommitdiff
path: root/i18npool/inc
diff options
context:
space:
mode:
authorKarl Hong <khong@openoffice.org>2002-05-24 21:26:13 +0000
committerKarl Hong <khong@openoffice.org>2002-05-24 21:26:13 +0000
commit64205ab16d0ef5fe62ec1645d4e78e8acaa2a102 (patch)
tree92133abec79b8bf128850f2da792db1769a2e0ed /i18npool/inc
parentc90fc36f52d0dc9dedc295659f30c46d8846b8ca (diff)
#95565#add Japanese phonetic algorithm for collation and indexentry
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/indexentrysupplier_asian.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/i18npool/inc/indexentrysupplier_asian.hxx b/i18npool/inc/indexentrysupplier_asian.hxx
index cc3b8b1422c2..a050da0b89e0 100644
--- a/i18npool/inc/indexentrysupplier_asian.hxx
+++ b/i18npool/inc/indexentrysupplier_asian.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: indexentrysupplier_asian.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: er $ $Date: 2002-03-28 00:32:21 $
+ * last change: $Author: khong $ $Date: 2002-05-24 22:26:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,6 +112,9 @@ INDEXENTRYSUPPLIER_CJK( zh_TW_stroke )
#if defined( INDEXENTRYSUPPLIER_ko_dict ) || defined( INDEXENTRYSUPPLIER_ALL )
INDEXENTRYSUPPLIER_CJK( ko_dict )
#endif
+#if defined( INDEXENTRYSUPPLIER_ja_phonetic ) || defined( INDEXENTRYSUPPLIER_ALL )
+INDEXENTRYSUPPLIER_CJK( ja_phonetic )
+#endif
#undef INDEXENTRYSUPPLIER_CJK
} } } }