summaryrefslogtreecommitdiffstats
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-26 09:31:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-26 09:56:30 +0100
commitb9d0b57b1760a5c394f376941a8b843ce99ae40e (patch)
tree85bcfec483f8f1a36d447eb9792c642dc7436da6 /connectivity/source/inc
parentcoverity#1374282 Uncaught exception (diff)
downloadcore-b9d0b57b1760a5c394f376941a8b843ce99ae40e.tar.gz
core-b9d0b57b1760a5c394f376941a8b843ce99ae40e.zip
coverity#1374283 Uncaught exception
Change-Id: I658a12da4d30f360f207ca06dcf3650ba18cc7a2
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/odbc/OResultSet.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/connectivity/source/inc/odbc/OResultSet.hxx b/connectivity/source/inc/odbc/OResultSet.hxx
index d6ac6f43835c..1f4965a56b45 100644
--- a/connectivity/source/inc/odbc/OResultSet.hxx
+++ b/connectivity/source/inc/odbc/OResultSet.hxx
@@ -200,7 +200,9 @@ namespace connectivity
css::uno::Any & rOldValue,
sal_Int32 nHandle,
const css::uno::Any& rValue )
- throw (css::lang::IllegalArgumentException) override;
+ throw (css::lang::IllegalArgumentException,
+ css::uno::RuntimeException,
+ std::exception) override;
virtual void SAL_CALL setFastPropertyValue_NoBroadcast(
sal_Int32 nHandle,
const css::uno::Any& rValue