summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/ACallableStatement.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-17 17:13:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-17 17:13:31 +0000
commit2a3db67be67252514576860c351278a224523480 (patch)
tree1460a2ae057c78d887bebb099e12ac2b9b6b539f /connectivity/source/inc/ado/ACallableStatement.hxx
parentc292a8c9a12d14f108224433fb4fc1d8759e5b4d (diff)
#92924#: exception specifications
Diffstat (limited to 'connectivity/source/inc/ado/ACallableStatement.hxx')
-rw-r--r--connectivity/source/inc/ado/ACallableStatement.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/ado/ACallableStatement.hxx b/connectivity/source/inc/ado/ACallableStatement.hxx
index 72c0bf3b13db..3b6c3fa4e8fc 100644
--- a/connectivity/source/inc/ado/ACallableStatement.hxx
+++ b/connectivity/source/inc/ado/ACallableStatement.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ACallableStatement.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-04-30 10:09:04 $
+ * last change: $Author: hr $ $Date: 2001-10-17 18:13:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,8 +95,8 @@ namespace connectivity
OCallableStatement( OConnection* _pConnection,const OTypeInfoMap& _TypeInfo,const ::rtl::OUString& sql );
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL acquire() throw(::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL release() throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL acquire() throw();
+ virtual void SAL_CALL release() throw();
// XRow
virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);