From 0cf1243d0ec308064d5edf1f04a71131a57ec3df Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 25 Mar 2008 15:50:37 +0000 Subject: [PATCH] INTEGRATION: CWS tl41_DEV300 (1.2.6); FILE MERGED 2008/01/18 15:02:37 tl 1.2.6.1: #i81365# provide dictionaries as extensions --- .../spellcheck/macosxspell/macspellimp.hxx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx index d38e0a9ac022..70e86d47af6c 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: macspellimp.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ihi $ $Date: 2007-09-13 18:05:34 $ + * last change: $Author: obo $ $Date: 2008-03-25 16:50:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -67,6 +67,7 @@ #include #endif +#include #include #include "sprophelp.hxx" @@ -77,17 +78,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::linguistic2; -#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, RTL_UNICODETOTEXT_FLAGS_UNDEFINED_QUESTIONMARK).getStr() - - ///////////////////////////////////////////////////////////////////////////