User: obo Date: 2006/07/10 07:29:29 Modified: dba/connectivity/source/drivers/mozab/MPreparedStatement.cxx
Log: INTEGRATION: CWS qiq (1.9.102); FILE MERGED 2006/06/28 08:50:29 fs 1.9.102.3: #i10000# 2006/06/27 14:40:10 fs 1.9.102.2: RESYNC: (1.9-1.10); FILE MERGED 2006/05/10 10:52:23 fs 1.9.102.1: #i51443# changed API of the OSQLParseIterator File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MPreparedStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MPreparedStatement.cxx?r1=1.10&r2=1.11 Delta lines: +1 -1 ------------------- --- MPreparedStatement.cxx 20 Jun 2006 01:43:52 -0000 1.10 +++ MPreparedStatement.cxx 10 Jul 2006 14:29:27 -0000 1.11 @@ -152,7 +152,7 @@ OResultSet* OPreparedStatement::createResultSet( ) { OSL_TRACE("In/Out : OPreparedStatement::createResultSet( )"); - return new OResultSet( this, *m_pSQLIterator ); + return new OResultSet( this, m_pSQLIterator ); } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
