diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-17 15:22:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-17 15:22:16 +0000 |
commit | babd24150b950b82f96d897ac88d94fb879ea346 (patch) | |
tree | 2cdbd8d9f8302785791d5625b2a7e24c9fe682ff | |
parent | 19c64cb327b2b2aee34ed6d590daf0966e3a6d46 (diff) |
#92924#: exception specifications
-rw-r--r-- | connectivity/source/drivers/adabas/BTable.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/adabas/BTable.cxx b/connectivity/source/drivers/adabas/BTable.cxx index 339e325a9bf0..12db6d7e3e09 100644 --- a/connectivity/source/drivers/adabas/BTable.cxx +++ b/connectivity/source/drivers/adabas/BTable.cxx @@ -2,9 +2,9 @@ * * $RCSfile: BTable.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: oj $ $Date: 2001-10-02 13:12:32 $ + * last change: $Author: hr $ $Date: 2001-10-17 16:22:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -455,12 +455,12 @@ void SAL_CALL OAdabasTable::alterColumnByIndex( sal_Int32 index, const Reference return sName; } // ----------------------------------------------------------------------------- -void SAL_CALL OAdabasTable::acquire() throw(::com::sun::star::uno::RuntimeException) +void SAL_CALL OAdabasTable::acquire() throw() { OTable_TYPEDEF::acquire(); } // ----------------------------------------------------------------------------- -void SAL_CALL OAdabasTable::release() throw(::com::sun::star::uno::RuntimeException) +void SAL_CALL OAdabasTable::release() throw() { OTable_TYPEDEF::release(); } |