summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-03-25 15:52:29 +0000
committerOliver Bolte <obo@openoffice.org>2008-03-25 15:52:29 +0000
commit25d9cd5ab7e519cbc446e7cf2802af3e11cf3ead (patch)
treea5cc82b38659a539ce960ed61c5021fde554938b /lingucomponent
parent743760087f8f16d35d33c3a40cdb8213bf4b2e58 (diff)
INTEGRATION: CWS tl41_DEV300 (1.4.56); FILE MERGED
2008/01/18 15:02:38 tl 1.4.56.1: #i81365# provide dictionaries as extensions
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesimp.hxx15
1 files changed, 3 insertions, 12 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
index 1a423489fb6c..a2e574490df5 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: nthesimp.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 23:58:06 $
+ * last change: $Author: obo $ $Date: 2008-03-25 16:52:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -70,6 +70,7 @@
#include <unotools/charclass.hxx>
+#include <lingutil.hxx>
#include <linguistic/misc.hxx>
#include "ntprophelp.hxx"
@@ -87,16 +88,6 @@ namespace com { namespace sun { namespace star { namespace beans {
}}}}
-#define A2OU(x) ::rtl::OUString::createFromAscii( x )
-
-#define OU2A(rtlOUString) ::rtl::OString((rtlOUString).getStr(), (rtlOUString).getLength(), RTL_TEXTENCODING_ASCII_US).getStr()
-
-#define OU2UTF8(rtlOUString) ::rtl::OString((rtlOUString).getStr(), (rtlOUString).getLength(), RTL_TEXTENCODING_UTF8).getStr()
-
-#define OU2ISO_1(rtlOUString) ::rtl::OString((rtlOUString).getStr(), (rtlOUString).getLength(), RTL_TEXTENCODING_ISO_8859_1).getStr()
-
-#define OU2ENC(rtlOUString, rtlEncoding) ::rtl::OString((rtlOUString).getStr(), (rtlOUString).getLength(), rtlEncoding).getStr()
-
///////////////////////////////////////////////////////////////////////////