summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/hsqldb/HConnection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/hsqldb/HConnection.cxx')
-rw-r--r--connectivity/source/drivers/hsqldb/HConnection.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/hsqldb/HConnection.cxx b/connectivity/source/drivers/hsqldb/HConnection.cxx
index ff9a98c0e082..7f7032525ae5 100644
--- a/connectivity/source/drivers/hsqldb/HConnection.cxx
+++ b/connectivity/source/drivers/hsqldb/HConnection.cxx
@@ -121,7 +121,7 @@ namespace connectivity { namespace hsqldb
// XFlushable
- void SAL_CALL OHsqlConnection::flush( ) throw (RuntimeException, std::exception)
+ void SAL_CALL OHsqlConnection::flush( )
{
MethodGuard aGuard( *this );
@@ -166,21 +166,21 @@ namespace connectivity { namespace hsqldb
}
- void SAL_CALL OHsqlConnection::addFlushListener( const Reference< XFlushListener >& l ) throw (RuntimeException, std::exception)
+ void SAL_CALL OHsqlConnection::addFlushListener( const Reference< XFlushListener >& l )
{
MethodGuard aGuard( *this );
m_aFlushListeners.addInterface( l );
}
- void SAL_CALL OHsqlConnection::removeFlushListener( const Reference< XFlushListener >& l ) throw (RuntimeException, std::exception)
+ void SAL_CALL OHsqlConnection::removeFlushListener( const Reference< XFlushListener >& l )
{
MethodGuard aGuard( *this );
m_aFlushListeners.removeInterface( l );
}
- Reference< XGraphic > SAL_CALL OHsqlConnection::getTableIcon( const OUString& TableName, ::sal_Int32 /*_ColorMode*/ ) throw (RuntimeException, std::exception)
+ Reference< XGraphic > SAL_CALL OHsqlConnection::getTableIcon( const OUString& TableName, ::sal_Int32 /*_ColorMode*/ )
{
MethodGuard aGuard( *this );
@@ -192,7 +192,7 @@ namespace connectivity { namespace hsqldb
}
- Reference< XInterface > SAL_CALL OHsqlConnection::getTableEditor( const Reference< XDatabaseDocumentUI >& DocumentUI, const OUString& TableName ) throw (IllegalArgumentException, WrappedTargetException, RuntimeException, std::exception)
+ Reference< XInterface > SAL_CALL OHsqlConnection::getTableEditor( const Reference< XDatabaseDocumentUI >& DocumentUI, const OUString& TableName )
{
MethodGuard aGuard( *this );