From a9953b9df242370f987728bd4e6e0fcd8380600a Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 26 Mar 2007 12:57:34 +0000 Subject: 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 --- connectivity/source/drivers/ado/APreparedStatement.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'connectivity/source/drivers/ado/APreparedStatement.cxx') diff --git a/connectivity/source/drivers/ado/APreparedStatement.cxx b/connectivity/source/drivers/ado/APreparedStatement.cxx index 135b3acf78b1..3a5c63b6fd11 100644 --- a/connectivity/source/drivers/ado/APreparedStatement.cxx +++ b/connectivity/source/drivers/ado/APreparedStatement.cxx @@ -4,9 +4,9 @@ * * $RCSfile: APreparedStatement.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: kz $ $Date: 2006-12-13 16:15:25 $ + * last change: $Author: vg $ $Date: 2007-03-26 13:57:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -532,12 +532,12 @@ Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch( ) throw(SQLExc } // ----------------------------------------------------------------------------- // ----------------------------------------------------------------------------- -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(); } -- cgit