Tag: cws_src680_dba201
User: oj      
Date: 05/04/28 23:29:14

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

Log:
 #i43548# precall now called at master connection

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.42&r2=1.42.22.1
Delta lines:  +4 -4
-------------------
--- connection.cxx      18 Mar 2005 10:05:31 -0000      1.42
+++ connection.cxx      29 Apr 2005 06:29:10 -0000      1.42.22.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: connection.cxx,v $
  *
- *  $Revision: 1.42 $
+ *  $Revision: 1.42.22.1 $
  *
- *  last change: $Author: obo $ $Date: 2005/03/18 10:05:31 $
+ *  last change: $Author: oj $ $Date: 2005/04/29 06:29:10 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -221,7 +221,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