summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/FCatalog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/file/FCatalog.cxx')
-rw-r--r--connectivity/source/drivers/file/FCatalog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/file/FCatalog.cxx b/connectivity/source/drivers/file/FCatalog.cxx
index 12dd47a4076c..a5bcd71948c5 100644
--- a/connectivity/source/drivers/file/FCatalog.cxx
+++ b/connectivity/source/drivers/file/FCatalog.cxx
@@ -66,7 +66,7 @@ void OFileCatalog::refreshTables()
}
-Any SAL_CALL OFileCatalog::queryInterface( const Type & rType ) throw(RuntimeException, std::exception)
+Any SAL_CALL OFileCatalog::queryInterface( const Type & rType )
{
if( rType == cppu::UnoType<XGroupsSupplier>::get()||
rType == cppu::UnoType<XUsersSupplier>::get()||
@@ -78,7 +78,7 @@ Any SAL_CALL OFileCatalog::queryInterface( const Type & rType ) throw(RuntimeExc
return OFileCatalog_BASE::queryInterface(rType);
}
-Sequence< Type > SAL_CALL OFileCatalog::getTypes( ) throw(RuntimeException, std::exception)
+Sequence< Type > SAL_CALL OFileCatalog::getTypes( )
{
typedef sdbcx::OCatalog OFileCatalog_BASE;