User: hr Date: 06/06/19 19:42:21 Modified: /dba/dbaccess/source/core/api/ viewcontainer.cxx
Log: INTEGRATION: CWS warnings01 (1.22.74); FILE MERGED 2006/03/24 15:35:50 fs 1.22.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: viewcontainer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/viewcontainer.cxx?r1=1.22&r2=1.23 Delta lines: +3 -3 ------------------- --- viewcontainer.cxx 23 Sep 2005 12:03:41 -0000 1.22 +++ viewcontainer.cxx 20 Jun 2006 02:42:19 -0000 1.23 @@ -274,15 +274,15 @@ } } // ----------------------------------------------------------------------------- -void SAL_CALL OViewContainer::elementRemoved( const ContainerEvent& Event ) throw (RuntimeException) +void SAL_CALL OViewContainer::elementRemoved( const ContainerEvent& /*Event*/ ) throw (RuntimeException) { } // ----------------------------------------------------------------------------- -void SAL_CALL OViewContainer::disposing( const ::com::sun::star::lang::EventObject& Source ) throw (RuntimeException) +void SAL_CALL OViewContainer::disposing( const ::com::sun::star::lang::EventObject& /*Source*/ ) throw (RuntimeException) { } // ----------------------------------------------------------------------------- -void SAL_CALL OViewContainer::elementReplaced( const ContainerEvent& Event ) throw (RuntimeException) +void SAL_CALL OViewContainer::elementReplaced( const ContainerEvent& /*Event*/ ) throw (RuntimeException) { } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
