User: hr Date: 06/06/19 18:51:28 Modified: /dba/connectivity/source/drivers/mozab/mozillasrc/ MNSTerminateListener.cxx
Log: INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:59:16 fs 1.3.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/drivers/mozab/mozillasrc/ ============================================================= File [changed]: MNSTerminateListener.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.cxx?r1=1.3&r2=1.4 Delta lines: +3 -3 ------------------- --- MNSTerminateListener.cxx 8 Sep 2005 06:28:34 -0000 1.3 +++ MNSTerminateListener.cxx 20 Jun 2006 01:51:26 -0000 1.4 @@ -68,19 +68,19 @@ // ----------------------------------------------------------------------------- -void SAL_CALL MNSTerminateListener::disposing( const EventObject& Source ) throw( RuntimeException ) +void SAL_CALL MNSTerminateListener::disposing( const EventObject& /*Source*/ ) throw( RuntimeException ) { } // ----------------------------------------------------------------------------- -void SAL_CALL MNSTerminateListener::queryTermination( const EventObject& aEvent ) throw( TerminationVetoException, RuntimeException ) +void SAL_CALL MNSTerminateListener::queryTermination( const EventObject& /*aEvent*/ ) throw( TerminationVetoException, RuntimeException ) { } // ----------------------------------------------------------------------------- -void SAL_CALL MNSTerminateListener::notifyTermination( const EventObject& aEvent ) throw( RuntimeException ) +void SAL_CALL MNSTerminateListener::notifyTermination( const EventObject& /*aEvent*/ ) throw( RuntimeException ) { MNS_Term(sal_True); //Force XPCOM to shutdown } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
