summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/CallableStatement.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-17 12:40:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-17 12:40:26 +0000
commit467d8bec834cd95221f1ae009474c7637b24ecfb (patch)
tree5334d53824637e4d946c72ec59a744454b5923b6 /connectivity/source/drivers/jdbc/CallableStatement.cxx
parenta15254f3f2e919633cb838befaf9ce96b534780e (diff)
#92924#: exception specifcations
Diffstat (limited to 'connectivity/source/drivers/jdbc/CallableStatement.cxx')
-rw-r--r--connectivity/source/drivers/jdbc/CallableStatement.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/jdbc/CallableStatement.cxx b/connectivity/source/drivers/jdbc/CallableStatement.cxx
index 9659dd0a3032..dca42ce0628e 100644
--- a/connectivity/source/drivers/jdbc/CallableStatement.cxx
+++ b/connectivity/source/drivers/jdbc/CallableStatement.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CallableStatement.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: oj $ $Date: 2001-08-24 06:15:08 $
+ * last change: $Author: hr $ $Date: 2001-10-17 13:38:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -562,12 +562,12 @@ Reference< starsdbc::XRef > SAL_CALL java_sql_CallableStatement::getRef( sal_Int
return out==0 ? 0 : new java_sql_Ref( t.pEnv, out );
}
// -----------------------------------------------------------------------------
-void SAL_CALL java_sql_CallableStatement::acquire() throw(::com::sun::star::uno::RuntimeException)
+void SAL_CALL java_sql_CallableStatement::acquire() throw()
{
java_sql_PreparedStatement::acquire();
}
// -----------------------------------------------------------------------------
-void SAL_CALL java_sql_CallableStatement::release() throw(::com::sun::star::uno::RuntimeException)
+void SAL_CALL java_sql_CallableStatement::release() throw()
{
java_sql_PreparedStatement::release();
}