diff options
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/firebird/Connection.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/firebird/Connection.hxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/firebird/Connection.cxx b/connectivity/source/drivers/firebird/Connection.cxx index 53349ee53cb7..69b2377b1af4 100644 --- a/connectivity/source/drivers/firebird/Connection.cxx +++ b/connectivity/source/drivers/firebird/Connection.cxx @@ -788,7 +788,7 @@ uno::Reference< XTablesSupplier > Connection::createCatalog() } -void Connection::rebuildIndexes() throw(SQLException) +void Connection::rebuildIndexes() throw (SQLException, RuntimeException) { MutexGuard aGuard(m_aMutex); diff --git a/connectivity/source/drivers/firebird/Connection.hxx b/connectivity/source/drivers/firebird/Connection.hxx index a68e181126fb..1b42a64e859f 100644 --- a/connectivity/source/drivers/firebird/Connection.hxx +++ b/connectivity/source/drivers/firebird/Connection.hxx @@ -149,9 +149,9 @@ namespace connectivity * versions. */ void rebuildIndexes() - throw(::com::sun::star::sdbc::SQLException); + throw (css::sdbc::SQLException, css::uno::RuntimeException); void buildTypeInfo() - throw(::com::sun::star::sdbc::SQLException); + throw (css::sdbc::SQLException); /** * Creates a new transaction with the desired parameters, if |