summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/APreparedStatement.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:57:34 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:57:34 +0000
commita9953b9df242370f987728bd4e6e0fcd8380600a (patch)
treedf9bab3b7cd95d94b8e4b7a5b2891255a012d605 /connectivity/source/drivers/ado/APreparedStatement.cxx
parentca9af6eb8f233f47f8b503467f742dbe35c11f88 (diff)
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
Diffstat (limited to 'connectivity/source/drivers/ado/APreparedStatement.cxx')
-rw-r--r--connectivity/source/drivers/ado/APreparedStatement.cxx8
1 files changed, 4 insertions, 4 deletions
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();
}