From 24197acbb91fb3f4b7dff04fc6cc6aa4d6a4e876 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 28 Apr 2003 16:05:53 +0000 Subject: INTEGRATION: CWS ooo20030412 (1.3.30); FILE MERGED 2003/03/25 21:07:21 khendricks 1.3.30.1: minor updates and fixes for lingucomponent includes a bug fix for issue 9887 Kevin --- lingucomponent/source/spellcheck/spell/sspellimp.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lingucomponent/source/spellcheck') diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.hxx b/lingucomponent/source/spellcheck/spell/sspellimp.hxx index 09ae5c392dce..ef15c87f712e 100644 --- a/lingucomponent/source/spellcheck/spell/sspellimp.hxx +++ b/lingucomponent/source/spellcheck/spell/sspellimp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sspellimp.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:03:05 $ + * last change: $Author: hr $ $Date: 2003-04-28 17:05:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,7 +104,7 @@ using namespace ::com::sun::star::linguistic2; #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() +#define OU2ENC(rtlOUString, rtlEncoding) ::rtl::OString((rtlOUString).getStr(), (rtlOUString).getLength(), rtlEncoding, RTL_UNICODETOTEXT_FLAGS_UNDEFINED_QUESTIONMARK).getStr() /////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3