Tag: cws_src680_warnings01 User: pl Date: 05/11/07 11:07:11 Modified: /dba/connectivity/source/drivers/file/ FResultSet.cxx
Log: RESYNC: (1.93-1.94); FILE MERGED File Changes: Directory: /dba/connectivity/source/drivers/file/ ================================================= File [changed]: FResultSet.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/FResultSet.cxx?r1=1.93.8.1&r2=1.93.8.2 Delta lines: +7 -11 -------------------- --- FResultSet.cxx 7 Nov 2005 14:43:30 -0000 1.93.8.1 +++ FResultSet.cxx 7 Nov 2005 19:07:08 -0000 1.93.8.2 @@ -204,6 +204,9 @@ m_xParamColumns = NULL; m_xColsIdx = NULL; + Reference<XComponent> xComp = m_pTable; + if ( xComp.is() ) + xComp->removeEventListener(this); if(m_pTable) { m_pTable->release(); @@ -461,14 +464,7 @@ void SAL_CALL OResultSet::close( ) throw(SQLException, RuntimeException) { -// { -// ::osl::MutexGuard aGuard( m_aMutex ); -// checkDisposed(OResultSet_BASE::rBHelper.bDisposed); -// -// } -// dispose(); - ::osl::MutexGuard aGuard( m_aMutex ); - clear(); + dispose(); } // ------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
