summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-31 22:01:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-09-01 10:40:14 +0100
commit98ce52b6786723d2402bd423638947bddd0f2fd7 (patch)
tree5d33d692280bb423fb7e6e2798fa9bb7d7e8d325 /include/connectivity
parent02d1eb96e1f99eb85a7f997c98e3759f5575f1b6 (diff)
coverity#1372406 Uncaught exception
Change-Id: I24fe9cb3aa9002d4b94b6f934e39aff243c1e09d
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/dbtools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx
index 32db2ece12a8..5c791b6816e1 100644
--- a/include/connectivity/dbtools.hxx
+++ b/include/connectivity/dbtools.hxx
@@ -590,7 +590,7 @@ namespace dbtools
sal_Int32 parameterIndex,
const ::connectivity::ORowSetValue& x,
sal_Int32 sqlType,
- sal_Int32 scale) throw(css::sdbc::SQLException, css::uno::RuntimeException);
+ sal_Int32 scale) throw(css::sdbc::SQLException, css::uno::RuntimeException, std::exception);
/** implements <method scope="com.sun.star.sdb">XParameters::setObject</method>