User: hr Date: 05/04/06 02:47:02 Modified: /dba/dbaccess/source/core/dataaccess/ commitlistener.cxx
Log: INTEGRATION: CWS dba29 (1.2.118); FILE MERGED 2005/04/01 10:57:08 fs 1.2.118.1: #i46412# dispose File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: commitlistener.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/commitlistener.cxx?r1=1.2&r2=1.3 Delta lines: +8 -3 ------------------- --- commitlistener.cxx 2 Aug 2004 15:07:47 -0000 1.2 +++ commitlistener.cxx 6 Apr 2005 09:46:59 -0000 1.3 @@ -75,6 +75,11 @@ OChildCommitListen_Impl::~OChildCommitListen_Impl() {} +void OChildCommitListen_Impl::dispose() +{ + m_xModiable = Reference< ::com::sun::star::util::XModifiable >(); +} + void SAL_CALL OChildCommitListen_Impl::preCommit( const EventObject& aEvent ) throw (Exception, RuntimeException) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
