diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-18 14:10:00 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-18 14:10:00 +0000 |
commit | 717caa92871fcd629f89552111edebbd47032301 (patch) | |
tree | ba484347e6a0baeea8176fc448a1b7eda0cd10f7 /svx | |
parent | 06cc1c21b6237455da1bf624321bdc5ca5319355 (diff) |
INTEGRATION: CWS geordi2q01 (1.2.368); FILE MERGED
2003/08/18 14:16:06 hr 1.2.368.1: #111861#: join changes from CWS oj01parser
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/ParseContext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/ParseContext.cxx b/svx/source/form/ParseContext.cxx index 256fc215123f..084c62ce94cb 100644 --- a/svx/source/form/ParseContext.cxx +++ b/svx/source/form/ParseContext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ParseContext.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: oj $ $Date: 2002-09-27 14:05:46 $ + * last change: $Author: hjs $ $Date: 2003-08-18 15:10:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,7 @@ OSystemParseContext::OSystemParseContext() : IParseContext() { DBG_CTOR(OSystemParseContext,NULL); vos::OGuard aGuard( Application::GetSolarMutex() ); - m_aSQLInternationals = ByteString(SVX_RES(RID_STR_SVT_SQL_INTERNATIONAL),RTL_TEXTENCODING_ASCII_US); + m_aSQLInternationals = ByteString(SVX_RES(RID_STR_SVT_SQL_INTERNATIONAL),RTL_TEXTENCODING_UTF8); } //----------------------------------------------------------------------------- |