diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 15:51:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 15:51:34 +0000 |
commit | 9aeb94f88172a290010ddd4dbc498f123b760474 (patch) | |
tree | c8328dcf5642f3f43e07f6c3b3907c036613d141 /lingucomponent/source/spellcheck/spell/sspellimp.hxx | |
parent | 9009317bb9349bed15422018145356d09f60ee85 (diff) |
INTEGRATION: CWS tl41_DEV300 (1.8.78); FILE MERGED
2008/01/18 15:02:37 tl 1.8.78.1: #i81365# provide dictionaries as extensions
Diffstat (limited to 'lingucomponent/source/spellcheck/spell/sspellimp.hxx')
-rw-r--r-- | lingucomponent/source/spellcheck/spell/sspellimp.hxx | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.hxx b/lingucomponent/source/spellcheck/spell/sspellimp.hxx index 01b7c9e15..4e20a0141 100644 --- a/lingucomponent/source/spellcheck/spell/sspellimp.hxx +++ b/lingucomponent/source/spellcheck/spell/sspellimp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sspellimp.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2006-01-06 13:13:16 $ + * last change: $Author: obo $ $Date: 2008-03-25 16:51:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,6 +60,7 @@ #include <tools/table.hxx> #endif +#include <lingutil.hxx> #include <linguistic/misc.hxx> #include "sprophelp.hxx" @@ -70,17 +71,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() - - /////////////////////////////////////////////////////////////////////////// |