diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 10:43:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 10:43:29 +0000 |
commit | 8f22bc8221687dbb4a0ee55dea864cf54f75b69b (patch) | |
tree | 002802d2dd7343620991127262aceb68e82f11f9 | |
parent | 69712a0c104a4feb3c3f4cf9a1650ce72146c852 (diff) |
INTEGRATION: CWS i18napi (1.6.8); FILE MERGED
2003/04/19 19:41:11 er 1.6.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n
-rw-r--r-- | i18npool/source/transliteration/transliterationImpl.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/i18npool/source/transliteration/transliterationImpl.cxx b/i18npool/source/transliteration/transliterationImpl.cxx index db52723fc0d8..f4b01bf9af64 100644 --- a/i18npool/source/transliteration/transliterationImpl.cxx +++ b/i18npool/source/transliteration/transliterationImpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: transliterationImpl.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2003-04-15 17:09:08 $ + * last change: $Author: vg $ $Date: 2003-04-24 11:43:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,18 +74,14 @@ #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> -#include <tools/string.hxx> - #if OSL_DEBUG_LEVEL > 1 #include <stdio.h> #endif -using namespace drafts::com::sun::star::i18n; using namespace com::sun::star::uno; using namespace com::sun::star::lang; using namespace rtl; using namespace com::sun::star::container; -using namespace drafts::com::sun::star::i18n; namespace com { namespace sun { namespace star { namespace i18n { |