summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-04-06 01:06:28 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-04-06 13:11:30 -0500
commitfa2d66daa6ad1f4d4c151b2990db22d3bcc57982 (patch)
tree830305fd198b2d649d8706c4b3f53eeb3aac8c49 /connectivity/source/drivers/file
parentfa2769d549d6afb389301fe4953e34c99eb27d0a (diff)
coverity#706300,306,983619: Uncaught exception
Change-Id: If46a483ba0a5334926ffb5c25db064a5d2b81e46
Diffstat (limited to 'connectivity/source/drivers/file')
-rw-r--r--connectivity/source/drivers/file/FConnection.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/connectivity/source/drivers/file/FConnection.cxx b/connectivity/source/drivers/file/FConnection.cxx
index 1309262fd25e..24ce44f3299f 100644
--- a/connectivity/source/drivers/file/FConnection.cxx
+++ b/connectivity/source/drivers/file/FConnection.cxx
@@ -93,7 +93,10 @@ sal_Bool OConnection::matchesExtension( const OUString& _rExt ) const
}
-void OConnection::construct(const OUString& url,const Sequence< PropertyValue >& info) throw(SQLException)
+void OConnection::construct(const OUString& url,const Sequence< PropertyValue >& info)
+ throw( css::sdbc::SQLException,
+ css::uno::RuntimeException,
+ css::uno::DeploymentException)
{
osl_atomic_increment( &m_refCount );