diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 09:48:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 09:48:18 +0000 |
commit | 208f66602cbd183b16d7655edf5215f2daf3061d (patch) | |
tree | 6bc207c20247be2563d2e4df3095ab5ba721209e /connectivity/source | |
parent | 8117746b445ced6a24fe5295e4bc2cfcddecf0e7 (diff) |
INTEGRATION: CWS geordi2q10 (1.3.20); FILE MERGED
2003/11/28 09:38:57 rt 1.3.20.1: #111934#: join CWS dba01pp1
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/evoab/LTable.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/evoab/LTable.cxx b/connectivity/source/drivers/evoab/LTable.cxx index e27fa49ba998..d29dd7cc017f 100644 --- a/connectivity/source/drivers/evoab/LTable.cxx +++ b/connectivity/source/drivers/evoab/LTable.cxx @@ -2,9 +2,9 @@ * * $RCSfile: LTable.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2003-09-04 08:24:26 $ + * last change: $Author: rt $ $Date: 2003-12-01 10:48:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -752,7 +752,7 @@ sal_Bool OEvoabTable::setColumnAliases() } if(!bFound) aColumnFinalName = aColumnReadName; - sColumnFinalName = String::CreateFromAscii(::rtl::OUStringToOString(aColumnFinalName, RTL_TEXTENCODING_ASCII_US).getStr()); + sColumnFinalName = aColumnFinalName; sal_Bool bCase = getConnection()->getMetaData()->storesMixedCaseQuotedIdentifiers(); ::rtl::OUString aTypeName; |