User: kz Date: 2006/12/13 08:15:27 Modified: dba/connectivity/source/drivers/ado/APreparedStatement.cxx
Log: INTEGRATION: CWS dba22ui (1.21.12); FILE MERGED 2006/12/05 09:46:54 fs 1.21.12.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former File Changes: Directory: /dba/connectivity/source/drivers/ado/ ================================================ File [changed]: APreparedStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/APreparedStatement.cxx?r1=1.21&r2=1.22 Delta lines: +1 -1 ------------------- --- APreparedStatement.cxx 6 Nov 2006 14:34:33 -0000 1.21 +++ APreparedStatement.cxx 13 Dec 2006 16:15:25 -0000 1.22 @@ -101,7 +101,7 @@ sal_Int32 nParameterCount = 0; ::rtl::OUString sDefaultName = ::rtl::OUString::createFromAscii("parame"); replaceParameterNodeName(pNode,sDefaultName,nParameterCount); - pNode->parseNodeToStr(sNewSql,_pConnection->getMetaData()); + pNode->parseNodeToStr( sNewSql, _pConnection ); delete pNode; } else --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
