User: vg      
Date: 2007/03/26 06:57:37

Modified:
   dba/connectivity/source/drivers/ado/APreparedStatement.cxx

Log:
 INTEGRATION: CWS mingwport03 (1.19.60); FILE MERGED
 2007/01/08 20:16:10 vg 1.19.60.3: RESYNC: (1.20-1.22); FILE MERGED
 2006/11/07 12:30:53 vg 1.19.60.2: RESYNC: (1.19-1.20); FILE MERGED
 2006/09/07 10:22:03 vg 1.19.60.1: #i53572# MinGW port

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.22&r2=1.23
Delta lines:  +2 -2
-------------------
--- APreparedStatement.cxx      13 Dec 2006 16:15:25 -0000      1.22
+++ APreparedStatement.cxx      26 Mar 2007 13:57:34 -0000      1.23
@@ -532,12 +532,12 @@
 }
 // 
-----------------------------------------------------------------------------
 // 
-----------------------------------------------------------------------------
-void SAL_CALL OPreparedStatement::acquire() 
throw(::com::sun::star::uno::RuntimeException)
+void SAL_CALL OPreparedStatement::acquire() throw()
 {
        OStatement_Base::acquire();
 }
 // 
-----------------------------------------------------------------------------
-void SAL_CALL OPreparedStatement::release() 
throw(::com::sun::star::uno::RuntimeException)
+void SAL_CALL OPreparedStatement::release() throw()
 {
        OStatement_Base::release();
 }




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

Reply via email to