User: hr Date: 06/06/19 18:05:16 Modified: /dba/connectivity/source/commontools/ conncleanup.cxx
Log: INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/16 12:58:45 fs 1.6.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: conncleanup.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/conncleanup.cxx?r1=1.6&r2=1.7 Delta lines: +3 -3 ------------------- --- conncleanup.cxx 8 Sep 2005 05:13:43 -0000 1.6 +++ conncleanup.cxx 20 Jun 2006 01:05:14 -0000 1.7 @@ -239,15 +239,15 @@ } } //--------------------------------------------------------------------- - void SAL_CALL OAutoConnectionDisposer::cursorMoved( const ::com::sun::star::lang::EventObject& event ) throw (::com::sun::star::uno::RuntimeException) + void SAL_CALL OAutoConnectionDisposer::cursorMoved( const ::com::sun::star::lang::EventObject& /*event*/ ) throw (::com::sun::star::uno::RuntimeException) { } //--------------------------------------------------------------------- - void SAL_CALL OAutoConnectionDisposer::rowChanged( const ::com::sun::star::lang::EventObject& event ) throw (::com::sun::star::uno::RuntimeException) + void SAL_CALL OAutoConnectionDisposer::rowChanged( const ::com::sun::star::lang::EventObject& /*event*/ ) throw (::com::sun::star::uno::RuntimeException) { } //--------------------------------------------------------------------- - void SAL_CALL OAutoConnectionDisposer::rowSetChanged( const ::com::sun::star::lang::EventObject& event ) throw (::com::sun::star::uno::RuntimeException) + void SAL_CALL OAutoConnectionDisposer::rowSetChanged( const ::com::sun::star::lang::EventObject& /*event*/ ) throw (::com::sun::star::uno::RuntimeException) { stopRowSetListening(); clearConnection(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
