INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED

2005/11/10 11:34:54 pl 1.6.4.2: #i53898# removed warnings
2005/10/25 09:12:40 pl 1.6.4.1: #i55991# removed warnings for solaris platform
This commit is contained in:
Jens-Heiner Rechtien 2006-06-19 22:08:53 +00:00
parent 190845954c
commit 43c18f7324

View File

@ -4,9 +4,9 @@
* *
* $RCSfile: multiplexer.cxx,v $ * $RCSfile: multiplexer.cxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 09:16:40 $ * last change: $Author: hr $ $Date: 2006-06-19 23:08:53 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -110,8 +110,16 @@ OMRCListenerMultiplexerHelper::OMRCListenerMultiplexerHelper( const Referenc
{ {
} }
OMRCListenerMultiplexerHelper::OMRCListenerMultiplexerHelper( const OMRCListenerMultiplexerHelper& aCopyInstance ) OMRCListenerMultiplexerHelper::OMRCListenerMultiplexerHelper( const OMRCListenerMultiplexerHelper& /*aCopyInstance*/ )
: m_aListenerHolder ( m_aMutex ) : XFocusListener()
, XWindowListener()
, XKeyListener()
, XMouseListener()
, XMouseMotionListener()
, XPaintListener()
, XTopWindowListener()
, OWeakObject()
, m_aListenerHolder ( m_aMutex )
{ {
} }
@ -283,7 +291,7 @@ void OMRCListenerMultiplexerHelper::unadvise( const Type&
// XEventListener // XEventListener
//____________________________________________________________________________________________________________ //____________________________________________________________________________________________________________
void SAL_CALL OMRCListenerMultiplexerHelper::disposing( const EventObject& aSource ) throw( RuntimeException ) void SAL_CALL OMRCListenerMultiplexerHelper::disposing( const EventObject& /*aSource*/ ) throw( RuntimeException )
{ {
MutexGuard aGuard( m_aMutex ); MutexGuard aGuard( m_aMutex );
// peer is disposed, clear the reference // peer is disposed, clear the reference