Kaydet (Commit) 3b4180a8 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308442 Uncaught exception

Change-Id: Id86fbd119c5da322dadadbfd65cbb09dcc403f38
üst 0ab76999
...@@ -2181,7 +2181,7 @@ void ORowSet::notifyRowSetAndClonesRowDeleted( const Any& _rBookmark, sal_Int32 ...@@ -2181,7 +2181,7 @@ void ORowSet::notifyRowSetAndClonesRowDeleted( const Any& _rBookmark, sal_Int32
} }
} }
Reference< XConnection > ORowSet::calcConnection(const Reference< XInteractionHandler >& _rxHandler) throw( SQLException, RuntimeException ) Reference< XConnection > ORowSet::calcConnection(const Reference< XInteractionHandler >& _rxHandler) throw( SQLException, RuntimeException, std::exception )
{ {
MutexGuard aGuard(m_aMutex); MutexGuard aGuard(m_aMutex);
if (!m_xActiveConnection.is()) if (!m_xActiveConnection.is())
......
...@@ -199,7 +199,7 @@ namespace dbaccess ...@@ -199,7 +199,7 @@ namespace dbaccess
impl_prepareAndExecute_throw(); impl_prepareAndExecute_throw();
void impl_ensureStatement_throw(); void impl_ensureStatement_throw();
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > calcConnection(const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& _rxHandler) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException ); ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > calcConnection(const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& _rxHandler) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException, std::exception );
// free clones and ParseTree. Plus, if _bComplete is <TRUE/>, *all* other associated resources // free clones and ParseTree. Plus, if _bComplete is <TRUE/>, *all* other associated resources
void freeResources( bool _bComplete ); void freeResources( bool _bComplete );
......
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