diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 10:34:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 10:34:39 +0000 |
commit | 69712a0c104a4feb3c3f4cf9a1650ce72146c852 (patch) | |
tree | 0ea8bae1b3db0efda90f3118fb28ef65beb3d873 | |
parent | da3ad136046326617bb982348e8c4ea8d5da6bfd (diff) |
INTEGRATION: CWS i18napi (1.26.8); FILE MERGED
2003/04/19 19:41:06 er 1.26.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n
-rw-r--r-- | i18npool/source/registerservices/registerservices.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/i18npool/source/registerservices/registerservices.cxx b/i18npool/source/registerservices/registerservices.cxx index 2f2dfdc269d8..80dbdc4af8e9 100644 --- a/i18npool/source/registerservices/registerservices.cxx +++ b/i18npool/source/registerservices/registerservices.cxx @@ -2,9 +2,9 @@ * * $RCSfile: registerservices.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: hr $ $Date: 2003-04-22 16:07:57 $ + * last change: $Author: vg $ $Date: 2003-04-24 11:34:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -351,8 +351,6 @@ IMPL_CREATEINSTANCE( NumToTextHangulCircledSyllable_ko ) IMPL_CREATEINSTANCE( NumToTextTianGan_zh ) IMPL_CREATEINSTANCE( NumToTextDiZi_zh ) -IMPL_CREATEINSTANCE_MSF( TextSearch ) - static const struct InstancesArray { const sal_Char* pServiceNm; const sal_Char* pImplementationNm; @@ -698,10 +696,6 @@ static const struct InstancesArray { IMPL_TRANSLITERATION_ITEM (NumToTextTianGan_zh), IMPL_TRANSLITERATION_ITEM (NumToTextDiZi_zh), - { "com.sun.star.util.TextSearch", - "com.sun.star.util.TextSearch", - &TextSearch_CreateInstance }, - // add here new services !! { 0, 0, 0 } }; |