User: hr      
Date: 05/09/23 05:04:22

Modified:
 /dba/dbaccess/source/core/dataaccess/
  connection.cxx

Log:
 INTEGRATION: CWS dba201b (1.42.38); FILE MERGED
 2005/09/21 06:59:20 oj 1.42.38.2: RESYNC: (1.42-1.43); FILE MERGED
 2005/07/11 13:37:00 fs 1.42.38.1: merging CWS dba201 into CWS dba201b

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: connection.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/connection.cxx?r1=1.43&r2=1.44
Delta lines:  +1 -1
-------------------
--- connection.cxx      8 Sep 2005 11:34:47 -0000       1.43
+++ connection.cxx      23 Sep 2005 12:04:20 -0000      1.44
@@ -195,7 +195,7 @@
        checkDisposed();
 
        Reference< XPreparedStatement > xStatement;
-       Reference< XPreparedStatement > xMasterStatement = prepareCall(sql);
+       Reference< XPreparedStatement > xMasterStatement = 
m_xConnection->prepareCall(sql);
        if ( xMasterStatement.is() )
        {
                xStatement = new OCallableStatement(this, xMasterStatement);




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to