summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-22 15:38:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-22 15:38:55 +0200
commitfc0f5f654848f5a44f5f95a862916d57594fd045 (patch)
tree3b489dfae7429bacd52f561f7716293ee15e33ea /connectivity/source/drivers
parent60db3dae6cdacff0519e3f37186592baafb9e6b0 (diff)
Revert "coverity#1202903 Uncaught exception"
This reverts commit 3716833635926fa59372a8274decfebd4dc498e9, DeploymentException is a RuntimeException.
Diffstat (limited to 'connectivity/source/drivers')
-rw-r--r--connectivity/source/drivers/flat/EConnection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/flat/EConnection.cxx b/connectivity/source/drivers/flat/EConnection.cxx
index 5f551593c11e..03bb821ff844 100644
--- a/connectivity/source/drivers/flat/EConnection.cxx
+++ b/connectivity/source/drivers/flat/EConnection.cxx
@@ -60,7 +60,7 @@ IMPLEMENT_SERVICE_INFO(OFlatConnection, "com.sun.star.sdbc.drivers.flat.Connecti
void OFlatConnection::construct(const OUString& url,const Sequence< PropertyValue >& info)
- throw(css::sdbc::SQLException, css::uno::RuntimeException, css::uno::DeploymentException)
+ throw(css::sdbc::SQLException, css::uno::RuntimeException)
{
osl_atomic_increment( &m_refCount );