Kaydet (Commit) 051a8f95 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#706371 Uncaught exception

Change-Id: I2019711112b1acb336b3002faca312c658f28671
üst b26ccfa0
......@@ -310,9 +310,8 @@ void OStatement_Base::setWarning (const SQLWarning &ex)
// getColumnCount
// Return the number of columns in the ResultSet
sal_Int32 OStatement_Base::getColumnCount () throw( SQLException)
sal_Int32 OStatement_Base::getColumnCount()
throw (SQLException, RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
checkDisposed(OStatement_BASE::rBHelper.bDisposed);
......
......@@ -108,7 +108,7 @@ namespace connectivity
void setWarning (const ::com::sun::star::sdbc::SQLWarning &ex)
throw (css::sdbc::SQLException, css::uno::RuntimeException);
bool lockIfNecessary (const OUString& sql) throw( ::com::sun::star::sdbc::SQLException);
sal_Int32 getColumnCount () throw( ::com::sun::star::sdbc::SQLException);
sal_Int32 getColumnCount() throw (css::sdbc::SQLException, css::uno::RuntimeException);
// getResultSet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment