User: hr Date: 06/06/19 20:23:17 Modified: /dba/dbaccess/source/ui/misc/ containermultiplexer.cxx
Log: INTEGRATION: CWS warnings01 (1.6.50); FILE MERGED 2006/03/24 15:36:23 fs 1.6.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: containermultiplexer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/containermultiplexer.cxx?r1=1.6&r2=1.7 Delta lines: +4 -4 ------------------- --- containermultiplexer.cxx 8 Sep 2005 16:12:28 -0000 1.6 +++ containermultiplexer.cxx 20 Jun 2006 03:23:15 -0000 1.7 @@ -76,22 +76,22 @@ } //--------------------------------------------------------------------- - void OContainerListener::_elementInserted( const ContainerEvent& _rEvent ) throw(RuntimeException) + void OContainerListener::_elementInserted( const ContainerEvent& /*_rEvent*/ ) throw(RuntimeException) { } //--------------------------------------------------------------------- - void OContainerListener::_elementRemoved( const ContainerEvent& _Event ) throw(RuntimeException) + void OContainerListener::_elementRemoved( const ContainerEvent& /*_Event*/ ) throw(RuntimeException) { } //--------------------------------------------------------------------- - void OContainerListener::_elementReplaced( const ContainerEvent& _rEvent ) throw(RuntimeException) + void OContainerListener::_elementReplaced( const ContainerEvent& /*_rEvent*/ ) throw(RuntimeException) { } //--------------------------------------------------------------------- - void OContainerListener::_disposing(const EventObject& _rSource) throw( RuntimeException) + void OContainerListener::_disposing(const EventObject& /*_rSource*/) throw( RuntimeException) { } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
