diff options
author | Karl Hong <khong@openoffice.org> | 2002-02-21 20:35:12 +0000 |
---|---|---|
committer | Karl Hong <khong@openoffice.org> | 2002-02-21 20:35:12 +0000 |
commit | 5970b8f5367e11beea11d43b9e60760fd7d4c06a (patch) | |
tree | 777c2223150eca09b58d829266d43d9672d5f73a /i18npool | |
parent | 196788764e3a4d3612a795a4b967f526d467a763 (diff) |
#97581# Korean indexes fixed
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/indexentry/makefile.mk | 5 | ||||
-rw-r--r-- | i18npool/source/registerservices/registerservices.cxx | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/i18npool/source/indexentry/makefile.mk b/i18npool/source/indexentry/makefile.mk index d745dabf8756..3cb081876663 100644 --- a/i18npool/source/indexentry/makefile.mk +++ b/i18npool/source/indexentry/makefile.mk @@ -2,9 +2,9 @@ #* #* $RCSfile: makefile.mk,v $ #* -#* $Revision: 1.3 $ +#* $Revision: 1.4 $ #* -#* last change: $Author: bustamam $ $Date: 2002-01-10 21:53:13 $ +#* last change: $Author: khong $ $Date: 2002-02-21 21:35:12 $ #* #* The Contents of this file are made available subject to the terms of #* either of the following licenses @@ -84,6 +84,7 @@ SLOFILES= \ $(SLO)$/indexentrysupplier_zh_TW_radical.obj \ $(SLO)$/indexentrysupplier_zh_TW_stroke.obj \ $(SLO)$/indexentrysupplier_ko_KR_dict.obj \ + $(SLO)$/indexentrysupplier_ko_KR_charset.obj \ $(SLO)$/indexentrysupplier_Euro.obj \ $(SLO)$/indexentrysupplier_en_US_alphanumeric.obj \ $(SLO)$/indexentrysupplier_it_IT_alphanumeric.obj \ diff --git a/i18npool/source/registerservices/registerservices.cxx b/i18npool/source/registerservices/registerservices.cxx index badebbc69701..860f07843aa0 100644 --- a/i18npool/source/registerservices/registerservices.cxx +++ b/i18npool/source/registerservices/registerservices.cxx @@ -2,9 +2,9 @@ * * $RCSfile: registerservices.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: bustamam $ $Date: 2002-01-10 21:54:44 $ + * last change: $Author: khong $ $Date: 2002-02-21 21:35:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -129,6 +129,7 @@ IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_zh_TW_zhuyin ) IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_zh_TW_radical ) IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_zh_TW_stroke ) IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_ko_KR_dict ) +IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_ko_KR_charset ) IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_en_US_alphanumeric ) IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_en_AU_alphanumeric ) IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_it_IT_alphanumeric ) @@ -202,6 +203,9 @@ static const struct InstancesArray { { "com.sun.star.i18n.IndexEntrySupplier_ko_KR_dict", "com.sun.star.i18n.ko_KR_dict_IndexEntrySupplier", &IndexEntrySupplier_ko_KR_dict_CreateInstance }, + { "com.sun.star.i18n.IndexEntrySupplier_ko_KR_charset", + "com.sun.star.i18n.ko_KR_charset_IndexEntrySupplier", + &IndexEntrySupplier_ko_KR_charset_CreateInstance }, { "com.sun.star.i18n.IndexEntrySupplier_en_US_alphanumeric", "com.sun.star.i18n.en_US_alphanumeric_IndexEntrySupplier", &IndexEntrySupplier_en_US_alphanumeric_CreateInstance }, |