diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-17 17:18:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-17 17:18:52 +0000 |
commit | 157ec7164d35acaf55198febbc29bdf970d1d3ce (patch) | |
tree | d9233da3b16f5ff15d716130b051483cc93ecabf /connectivity/source/inc/dbase/DResultSet.hxx | |
parent | 2a3db67be67252514576860c351278a224523480 (diff) |
#92924#: exception specifications
Diffstat (limited to 'connectivity/source/inc/dbase/DResultSet.hxx')
-rw-r--r-- | connectivity/source/inc/dbase/DResultSet.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/dbase/DResultSet.hxx b/connectivity/source/inc/dbase/DResultSet.hxx index afe4d5a4859e..7f59bb23332f 100644 --- a/connectivity/source/inc/dbase/DResultSet.hxx +++ b/connectivity/source/inc/dbase/DResultSet.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DResultSet.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: oj $ $Date: 2001-05-10 14:31:14 $ + * last change: $Author: hr $ $Date: 2001-10-17 18:18:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,8 +105,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); // XPropertySet |