summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorKarl Hong <khong@openoffice.org>2002-11-19 19:41:49 +0000
committerKarl Hong <khong@openoffice.org>2002-11-19 19:41:49 +0000
commit7b7b8b9bfef98a72e72c65b7e0a20992a3139884 (patch)
tree9061b811070809a401b11c143286e06d672d9c22 /i18npool
parentd72d916db32780c0dbaf7d4adbd066360c1cf147 (diff)
#105287# change calendar name hanja_yoil to hanja, and link calendar service hanja_yoil to hanja for backwards compatiblity
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/registerservices/registerservices.cxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/i18npool/source/registerservices/registerservices.cxx b/i18npool/source/registerservices/registerservices.cxx
index be0341154e59..034a740d740e 100644
--- a/i18npool/source/registerservices/registerservices.cxx
+++ b/i18npool/source/registerservices/registerservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: registerservices.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: khong $ $Date: 2002-09-26 01:35:34 $
+ * last change: $Author: khong $ $Date: 2002-11-19 20:41:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -195,7 +195,7 @@ IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_th_alphanumeric )
IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_Unicode )
IMPL_CREATEINSTANCE_MSF( CalendarImpl )
IMPL_CREATEINSTANCE( Calendar_gregorian )
-IMPL_CREATEINSTANCE( Calendar_hanja_yoil )
+IMPL_CREATEINSTANCE( Calendar_hanja )
IMPL_CREATEINSTANCE( Calendar_gengou )
IMPL_CREATEINSTANCE( Calendar_ROC )
IMPL_CREATEINSTANCE( Calendar_hijri )
@@ -447,7 +447,10 @@ static const struct InstancesArray {
&Calendar_ROC_CreateInstance },
{ "com.sun.star.i18n.Calendar_hanja_yoil",
"com.sun.star.i18n.Calendar_hanja_yoil",
- &Calendar_hanja_yoil_CreateInstance },
+ &Calendar_hanja_CreateInstance },
+ { "com.sun.star.i18n.Calendar_hanja",
+ "com.sun.star.i18n.Calendar_hanja",
+ &Calendar_hanja_CreateInstance },
{ "com.sun.star.i18n.Calendar_hijri",
"com.sun.star.i18n.Calendar_hijri",
&Calendar_hijri_CreateInstance },