summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-01-20 12:42:28 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-01-20 12:42:28 +0000
commitea015a0445cb19bfe46244eda8a4f085284c5ca6 (patch)
tree2f8cc5c139e510ef5b486a2e2c8e89e5d93ac5d8 /i18npool
parent40624fd7d2190b13fdc98031460519106dc721d6 (diff)
INTEGRATION: CWS i18n10 (1.30.48); FILE MERGED
2003/12/17 20:13:58 khong 1.30.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/registerservices/registerservices.cxx19
1 files changed, 2 insertions, 17 deletions
diff --git a/i18npool/source/registerservices/registerservices.cxx b/i18npool/source/registerservices/registerservices.cxx
index 6e0ccc8a9fbc..cb5d022f523c 100644
--- a/i18npool/source/registerservices/registerservices.cxx
+++ b/i18npool/source/registerservices/registerservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: registerservices.cxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: rt $ $Date: 2003-04-25 12:39:42 $
+ * last change: $Author: rt $ $Date: 2004-01-20 13:42:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,9 +124,6 @@
#include <collatorImpl.hxx>
#include <chaptercollator.hxx>
#include <collator_unicode.hxx>
-#include <collator_icu.hxx>
-#include <collator_simple.hxx>
-#include <collator_cjk.hxx>
#include <inputsequencechecker.hxx>
#include <inputsequencechecker_th.hxx>
@@ -213,8 +210,6 @@ IMPL_CREATEINSTANCE( BreakIterator_th )
IMPL_CREATEINSTANCE( BreakIterator_hi )
IMPL_CREATEINSTANCE_MSF( ChapterCollator )
IMPL_CREATEINSTANCE_MSF( CollatorImpl )
-IMPL_CREATEINSTANCE( Collator_ICU )
-IMPL_CREATEINSTANCE( Collator_Simple )
IMPL_CREATEINSTANCE( Collator_Unicode )
IMPL_CREATEINSTANCE( Collator_zh_pinyin )
IMPL_CREATEINSTANCE( Collator_zh_radical )
@@ -229,7 +224,6 @@ IMPL_CREATEINSTANCE( Collator_ja_charset )
IMPL_CREATEINSTANCE( Collator_ja_phonetic_alphanumeric_first )
IMPL_CREATEINSTANCE( Collator_ja_phonetic_alphanumeric_last )
IMPL_CREATEINSTANCE( Collator_zh_TW_charset )
-IMPL_CREATEINSTANCE( Collator_de_phonebook )
IMPL_CREATEINSTANCE_MSF( CharacterClassificationImpl )
IMPL_CREATEINSTANCE_MSF( cclass_Unicode )
@@ -496,12 +490,6 @@ static const struct InstancesArray {
{ "com.sun.star.i18n.Collator_Unicode",
"com.sun.star.i18n.Collator_Unicode",
&Collator_Unicode_CreateInstance },
- { "com.sun.star.i18n.Collator_ICU",
- "com.sun.star.i18n.Collator_ICU",
- &Collator_ICU_CreateInstance },
- { "com.sun.star.i18n.Collator_Simple",
- "com.sun.star.i18n.Collator_Simple",
- &Collator_Simple_CreateInstance },
{ "com.sun.star.i18n.Collator_zh_pinyin",
"com.sun.star.i18n.Collator_zh_pinyin",
&Collator_zh_pinyin_CreateInstance },
@@ -541,9 +529,6 @@ static const struct InstancesArray {
{ "com.sun.star.i18n.Collator_zh_TW_charset",
"com.sun.star.i18n.Collator_zh_TW_charset",
&Collator_zh_TW_charset_CreateInstance },
- { "com.sun.star.i18n.Collator_de_phonebook",
- "com.sun.star.i18n.Collator_de_phonebook",
- &Collator_de_phonebook_CreateInstance },
{ "com.sun.star.i18n.ScriptTypeDetector",
"com.sun.star.i18n.ScriptTypeDetector",
&ScriptTypeDetector_CreateInstance },