summaryrefslogtreecommitdiff
path: root/lingucomponent/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 16:05:53 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 16:05:53 +0000
commit24197acbb91fb3f4b7dff04fc6cc6aa4d6a4e876 (patch)
tree8db07e4ff7d388675fd95ecf1f34464397fd22b4 /lingucomponent/source
parent940b9c3c93c27a1fa93454462dfdf5d5404ee663 (diff)
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
Diffstat (limited to 'lingucomponent/source')
-rw-r--r--lingucomponent/source/spellcheck/spell/sspellimp.hxx6
1 files changed, 3 insertions, 3 deletions
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()
///////////////////////////////////////////////////////////////////////////