Tag: cws_src680_dba201d User: fs Date: 05/10/06 23:23:03 Modified: /dba/dbaccess/source/core/dataaccess/ intercept.hxx
Log: remove the unused implementation of XComponent File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: intercept.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/intercept.hxx?r1=1.3&r2=1.3.10.1 Delta lines: +4 -20 -------------------- --- intercept.hxx 8 Sep 2005 13:30:54 -0000 1.3 +++ intercept.hxx 7 Oct 2005 06:23:00 -0000 1.3.10.1 @@ -4,9 +4,9 @@ * * $RCSfile: intercept.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.10.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 13:30:54 $ + * last change: $Author: fs $ $Date: 2005/10/07 06:23:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,23 +77,7 @@ OInterceptor( ODocumentDefinition* _pContentHolder,sal_Bool _bAllowEditDoc ); - - void DisconnectContentHolder(); - // overwritten to release the statuslistner. - - // XComponent - virtual void SAL_CALL - addEventListener( - const com::sun::star::uno::Reference< com::sun::star::lang::XEventListener >& xListener ) - throw( com::sun::star::uno::RuntimeException ); - - virtual void SAL_CALL - removeEventListener( const com::sun::star::uno::Reference< com::sun::star::lang::XEventListener >& aListener ) - throw( com::sun::star::uno::RuntimeException ); - - void SAL_CALL - dispose() throw(::com::sun::star::uno::RuntimeException); - + void SAL_CALL dispose() throw(::com::sun::star::uno::RuntimeException); //XDispatch virtual void SAL_CALL --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
