User: hr Date: 06/06/19 19:45:39 Modified: /dba/dbaccess/source/core/dataaccess/ intercept.cxx
Log: INTEGRATION: CWS warnings01 (1.6.54); FILE MERGED 2006/03/24 15:35:53 fs 1.6.54.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: intercept.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/intercept.cxx?r1=1.6&r2=1.7 Delta lines: +6 -6 ------------------- --- intercept.cxx 24 Oct 2005 08:29:26 -0000 1.6 +++ intercept.cxx 20 Jun 2006 02:45:36 -0000 1.7 @@ -103,10 +103,10 @@ DBG_NAME(OInterceptor) OInterceptor::OInterceptor( ODocumentDefinition* _pContentHolder,sal_Bool _bAllowEditDoc ) - : m_pContentHolder( _pContentHolder ) - ,m_pStatCL(0) - ,m_pDisposeEventListeners(0) + :m_pContentHolder( _pContentHolder ) ,m_aInterceptedURL(7) + ,m_pDisposeEventListeners(0) + ,m_pStatCL(0) ,m_bAllowEditDoc(_bAllowEditDoc) { DBG_CTOR(OInterceptor,NULL); @@ -440,7 +440,7 @@ } } // ----------------------------------------------------------------------------- -void SAL_CALL OInterceptor::disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException) +void SAL_CALL OInterceptor::disposing( const ::com::sun::star::lang::EventObject& /*Source*/ ) throw (::com::sun::star::uno::RuntimeException) { } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
