From 321d5970c687fac40fb5da55b517f01ca630ad77 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 31 Aug 2016 21:57:32 +0100 Subject: coverity#1372402 Uncaught exception Change-Id: I63743ccdeca1be66da5622bd286f08daebdd74ff --- connectivity/source/commontools/dbtools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity') diff --git a/connectivity/source/commontools/dbtools.cxx b/connectivity/source/commontools/dbtools.cxx index ea7849eba064..7a7d041101a9 100644 --- a/connectivity/source/commontools/dbtools.cxx +++ b/connectivity/source/commontools/dbtools.cxx @@ -1779,7 +1779,7 @@ void setObjectWithInfo(const Reference& _xParams, sal_Int32 parameterIndex, const Any& x, sal_Int32 sqlType, - sal_Int32 scale) throw(SQLException, RuntimeException) + sal_Int32 scale) throw(SQLException, RuntimeException, std::exception) { ORowSetValue aVal; aVal.fill(x); -- cgit