summaryrefslogtreecommitdiff
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-31 21:53:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-09-01 10:40:14 +0100
commit6ce409bd9cfdda559aa86082896df51dfc5556ee (patch)
treea738fbb167422c34889a54d45887201c8b1ec990 /connectivity/source/inc
parent8e2ba391e4b78f361f9c5f189197680872fb48a9 (diff)
coverity#1372398 Uncaught exception
Change-Id: Icf6c0f8071a3ea2de81073dfcabc64fae6aeee9c
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/odbc/OStatement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/odbc/OStatement.hxx b/connectivity/source/inc/odbc/OStatement.hxx
index 5a068eb8f991..9d3a9631b145 100644
--- a/connectivity/source/inc/odbc/OStatement.hxx
+++ b/connectivity/source/inc/odbc/OStatement.hxx
@@ -115,7 +115,7 @@ namespace connectivity
// returns NULL if the current result is not a ResultSet.
css::uno::Reference<css::sdbc::XResultSet> getResultSet(bool checkCount)
- throw (css::sdbc::SQLException, css::uno::RuntimeException);
+ throw (css::sdbc::SQLException, css::uno::RuntimeException, std::exception);
/**
creates the driver specific resultset (factory)
*/