Tag: cws_src680_qiq User: fs Date: 06/05/10 03:23:49 Modified: /dba/connectivity/source/parse/ sqlNoException.cxx
Log: minor change during #i51443# File Changes: Directory: /dba/connectivity/source/parse/ ========================================== File [changed]: sqlNoException.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqlNoException.cxx?r1=1.20&r2=1.20.104.1 Delta lines: +4 -4 ------------------- --- sqlNoException.cxx 8 Sep 2005 07:40:52 -0000 1.20 +++ sqlNoException.cxx 10 May 2006 10:23:46 -0000 1.20.104.1 @@ -4,9 +4,9 @@ * * $RCSfile: sqlNoException.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.20.104.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 07:40:52 $ + * last change: $Author: fs $ $Date: 2006/05/10 10:23:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -902,7 +902,7 @@ if (rString.getLength()) rString += ::rtl::OUString::createFromAscii(" "); - ::rtl::OString sT = OSQLParser::TokenIDToStr(m_nNodeID, rParam.m_pContext); + ::rtl::OString sT = OSQLParser::TokenIDToStr(m_nNodeID, &rParam.m_rContext); rString += ::rtl::OUString(sT,sT.getLength(),RTL_TEXTENCODING_UTF8); } break; case SQL_NODE_STRING: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
