User: hr Date: 06/06/19 18:07:17 Modified: /dba/connectivity/source/cpool/ ZPoolCollection.cxx
Log: INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/11/16 12:58:48 fs 1.9.30.2: #i57457# warning free code 2005/11/07 14:43:01 fs 1.9.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/cpool/ ========================================== File [changed]: ZPoolCollection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/cpool/ZPoolCollection.cxx?r1=1.9&r2=1.10 Delta lines: +12 -9 -------------------- --- ZPoolCollection.cxx 8 Sep 2005 05:17:40 -0000 1.9 +++ ZPoolCollection.cxx 20 Jun 2006 01:07:14 -0000 1.10 @@ -54,6 +54,9 @@ #ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ #include <com/sun/star/beans/XPropertySet.hpp> #endif +#ifndef CONNECTIVITY_DIAGNOSE_EX_H +#include "diagnose_ex.h" +#endif using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; @@ -485,7 +488,7 @@ } catch(NoSuchElementException& e) { - e; // make compiler happy + OSL_UNUSED( e ); // make compiler happy OSL_ENSURE(sal_False, ::rtl::OString("::getNodeValue: caught a NoSuchElementException while trying to open ") += ::rtl::OString(e.Message.getStr(), e.Message.getLength(), RTL_TEXTENCODING_ASCII_US) @@ -494,11 +497,11 @@ return aReturn; } // ----------------------------------------------------------------------------- -void SAL_CALL OPoolCollection::queryTermination( const EventObject& Event ) throw (::com::sun::star::frame::TerminationVetoException, RuntimeException) +void SAL_CALL OPoolCollection::queryTermination( const EventObject& /*Event*/ ) throw (::com::sun::star::frame::TerminationVetoException, RuntimeException) { } // ----------------------------------------------------------------------------- -void SAL_CALL OPoolCollection::notifyTermination( const EventObject& Event ) throw (RuntimeException) +void SAL_CALL OPoolCollection::notifyTermination( const EventObject& /*Event*/ ) throw (RuntimeException) { clearDesktop(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
