Kaydet (Commit) 7029c805 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED

2005/11/16 13:10:38 pl 1.6.32.2: #i55991# removed warnings
2005/10/28 14:48:33 cd 1.6.32.1: #i55991# Warning free code changes for gcc
üst 2e0d30f9
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: uiconfigelementwrapperbase.cxx,v $ * $RCSfile: uiconfigelementwrapperbase.cxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 01:27:26 $ * last change: $Author: hr $ $Date: 2006-06-19 11:20:08 $
* *
* 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.
...@@ -144,13 +144,14 @@ UIConfigElementWrapperBase::UIConfigElementWrapperBase( sal_Int16 nType ) ...@@ -144,13 +144,14 @@ UIConfigElementWrapperBase::UIConfigElementWrapperBase( sal_Int16 nType )
, ::cppu::OBroadcastHelperVar< ::cppu::OMultiTypeInterfaceContainerHelper, ::cppu::OMultiTypeInterfaceContainerHelper::keyType >( m_aLock.getShareableOslMutex() ) , ::cppu::OBroadcastHelperVar< ::cppu::OMultiTypeInterfaceContainerHelper, ::cppu::OMultiTypeInterfaceContainerHelper::keyType >( m_aLock.getShareableOslMutex() )
, ::cppu::OPropertySetHelper ( *(static_cast< ::cppu::OBroadcastHelper* >(this)) ) , ::cppu::OPropertySetHelper ( *(static_cast< ::cppu::OBroadcastHelper* >(this)) )
, ::cppu::OWeakObject ( ) , ::cppu::OWeakObject ( )
, m_aListenerContainer ( m_aLock.getShareableOslMutex() )
, m_nType ( nType ) , m_nType ( nType )
, m_bInitialized ( sal_False )
, m_bPersistent ( sal_True ) , m_bPersistent ( sal_True )
, m_bInitialized ( sal_False )
, m_bConfigListener ( sal_False ) , m_bConfigListener ( sal_False )
, m_bConfigListening ( sal_False ) , m_bConfigListening ( sal_False )
, m_bDisposed ( sal_False ) , m_bDisposed ( sal_False )
, m_bNoClose ( sal_False )
, m_aListenerContainer ( m_aLock.getShareableOslMutex() )
{ {
} }
...@@ -177,7 +178,7 @@ void SAL_CALL UIConfigElementWrapperBase::removeEventListener( const ::com::sun: ...@@ -177,7 +178,7 @@ void SAL_CALL UIConfigElementWrapperBase::removeEventListener( const ::com::sun:
} }
// XEventListener // XEventListener
void SAL_CALL UIConfigElementWrapperBase::disposing( const EventObject& aEvent ) void SAL_CALL UIConfigElementWrapperBase::disposing( const EventObject& )
throw( RuntimeException ) throw( RuntimeException )
{ {
ResetableGuard aLock( m_aLock ); ResetableGuard aLock( m_aLock );
...@@ -223,17 +224,17 @@ void SAL_CALL UIConfigElementWrapperBase::update() throw (::com::sun::star::uno: ...@@ -223,17 +224,17 @@ void SAL_CALL UIConfigElementWrapperBase::update() throw (::com::sun::star::uno:
// can be implemented by derived class // can be implemented by derived class
} }
void SAL_CALL UIConfigElementWrapperBase::elementInserted( const ::com::sun::star::ui::ConfigurationEvent& Event ) throw (::com::sun::star::uno::RuntimeException) void SAL_CALL UIConfigElementWrapperBase::elementInserted( const ::com::sun::star::ui::ConfigurationEvent& ) throw (::com::sun::star::uno::RuntimeException)
{ {
// can be implemented by derived class // can be implemented by derived class
} }
void SAL_CALL UIConfigElementWrapperBase::elementRemoved( const ::com::sun::star::ui::ConfigurationEvent& Event ) throw (::com::sun::star::uno::RuntimeException) void SAL_CALL UIConfigElementWrapperBase::elementRemoved( const ::com::sun::star::ui::ConfigurationEvent& ) throw (::com::sun::star::uno::RuntimeException)
{ {
// can be implemented by derived class // can be implemented by derived class
} }
void SAL_CALL UIConfigElementWrapperBase::elementReplaced( const ::com::sun::star::ui::ConfigurationEvent& Event ) throw (::com::sun::star::uno::RuntimeException) void SAL_CALL UIConfigElementWrapperBase::elementReplaced( const ::com::sun::star::ui::ConfigurationEvent& ) throw (::com::sun::star::uno::RuntimeException)
{ {
// can be implemented by derived class // can be implemented by derived class
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment