From 25d9cd5ab7e519cbc446e7cf2802af3e11cf3ead Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 25 Mar 2008 15:52:29 +0000 Subject: [PATCH] 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 --- .../source/thesaurus/libnth/nthesimp.hxx | 15 +++------------ 1 file 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 +#include #include #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() - ///////////////////////////////////////////////////////////////////////////