diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-22 15:08:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-22 15:08:30 +0000 |
commit | 8f74ca196c77f1815402ae2bbee75bbdc936b2ae (patch) | |
tree | b901c3c3d2c7c25f844a79f73799baf99e9f699d /i18npool/source/registerservices | |
parent | b3f7118905419b57a25a23676919d72b23924ac6 (diff) |
#100000#: repair merge
Diffstat (limited to 'i18npool/source/registerservices')
-rw-r--r-- | i18npool/source/registerservices/registerservices.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/i18npool/source/registerservices/registerservices.cxx b/i18npool/source/registerservices/registerservices.cxx index cac6742b2712..2f2dfdc269d8 100644 --- a/i18npool/source/registerservices/registerservices.cxx +++ b/i18npool/source/registerservices/registerservices.cxx @@ -2,9 +2,9 @@ * * $RCSfile: registerservices.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: vg $ $Date: 2003-04-17 17:59:11 $ + * last change: $Author: hr $ $Date: 2003-04-22 16:07:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -134,6 +134,7 @@ #include <textconversionImpl.hxx> #include <textconversion.hxx> +#include <textsearch.hxx> #define IMPL_CREATEINSTANCE( ImplName ) \ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > \ @@ -637,7 +638,6 @@ static const struct InstancesArray { IMPL_TRANSLITERATION_ITEM (NumToCharIndic_hi), IMPL_TRANSLITERATION_ITEM (NumToChar_th), - IMPL_TRANSLITERATION_ITEM (CharToNum), IMPL_TRANSLITERATION_ITEM (CharToNumUpper_zh_CN), IMPL_TRANSLITERATION_ITEM (CharToNumLower_zh_CN), IMPL_TRANSLITERATION_ITEM (CharToNumUpper_zh_TW), @@ -672,7 +672,6 @@ static const struct InstancesArray { IMPL_TRANSLITERATION_ITEM (NumToTextFormalLower_ko), IMPL_TRANSLITERATION_ITEM (NumToTextFormalUpper_ko), - IMPL_TRANSLITERATION_ITEM (TextToNum), IMPL_TRANSLITERATION_ITEM (TextToNumUpper_zh_CN), IMPL_TRANSLITERATION_ITEM (TextToNumLower_zh_CN), IMPL_TRANSLITERATION_ITEM (TextToNumUpper_zh_TW), |