diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-17 12:57:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-17 12:57:34 +0000 |
commit | 4cb3f6127d6180459e9cfd08ebd160ff96bc887a (patch) | |
tree | 5c1be58a96e4c7aad22dea8c591bc328ae5883c9 /connectivity/source/inc/odbc/OPreparedStatement.hxx | |
parent | 656e4c839a745d8b9508541c50cd58b2c51aeef8 (diff) |
#92924#: exception specifcations
Diffstat (limited to 'connectivity/source/inc/odbc/OPreparedStatement.hxx')
-rw-r--r-- | connectivity/source/inc/odbc/OPreparedStatement.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/odbc/OPreparedStatement.hxx b/connectivity/source/inc/odbc/OPreparedStatement.hxx index a07c58b97e..20a3f438cf 100644 --- a/connectivity/source/inc/odbc/OPreparedStatement.hxx +++ b/connectivity/source/inc/odbc/OPreparedStatement.hxx @@ -2,9 +2,9 @@ * * $RCSfile: OPreparedStatement.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: oj $ $Date: 2001-08-06 07:41:21 $ + * last change: $Author: hr $ $Date: 2001-10-17 13:57:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -162,8 +162,8 @@ namespace connectivity //XInterface 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(); //XTypeProvider virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw(::com::sun::star::uno::RuntimeException); |