summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/FTables.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/file/FTables.cxx')
-rw-r--r--connectivity/source/drivers/file/FTables.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/file/FTables.cxx b/connectivity/source/drivers/file/FTables.cxx
index d1402b2c3cd9..4858817601d9 100644
--- a/connectivity/source/drivers/file/FTables.cxx
+++ b/connectivity/source/drivers/file/FTables.cxx
@@ -40,7 +40,7 @@ sdbcx::ObjectType OTables::createObject(const OUString& /*_rName*/)
return sdbcx::ObjectType();
}
-void OTables::impl_refresh( ) throw(RuntimeException)
+void OTables::impl_refresh( )
{
static_cast<OFileCatalog&>(m_rParent).refreshTables();
}
@@ -51,7 +51,7 @@ m_xMetaData.clear();
OCollection::disposing();
}
-Any SAL_CALL OTables::queryInterface( const Type & rType ) throw(RuntimeException, std::exception)
+Any SAL_CALL OTables::queryInterface( const Type & rType )
{
if( rType == cppu::UnoType<XColumnLocate>::get()||
rType == cppu::UnoType<XDataDescriptorFactory>::get()||