From a97cd4dd3bf43847363fe646fb2eb5a34d0d07a0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 22 May 2014 21:07:21 +0100 Subject: coverity#1215312 Uncaught exception Change-Id: I844561cc6f858b6aed55caaf0d92529486cb486e --- dbaccess/source/ui/tabledesign/TableController.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui/tabledesign/TableController.cxx') diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx index e27c91aa36d4..27d3757f06a0 100644 --- a/dbaccess/source/ui/tabledesign/TableController.cxx +++ b/dbaccess/source/ui/tabledesign/TableController.cxx @@ -919,7 +919,7 @@ Reference OTableController::getKeyColumns() const return getPrimaryKeyColumns_throw(m_xTable); } -bool OTableController::checkColumns(bool _bNew) throw(::com::sun::star::sdbc::SQLException) +bool OTableController::checkColumns(bool _bNew) throw(css::sdbc::SQLException, std::exception) { bool bOk = true; bool bFoundPKey = false; -- cgit