User: hr      
Date: 06/06/19 19:48:11

Modified:
 /dba/dbaccess/source/core/misc/
  PropertyForward.cxx

Log:
 INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED
 2006/03/24 15:35:55 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + 
unxsoli4.pro)

File Changes:

Directory: /dba/dbaccess/source/core/misc/
==========================================

File [changed]: PropertyForward.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/PropertyForward.cxx?r1=1.5&r2=1.6
Delta lines:  +3 -3
-------------------
--- PropertyForward.cxx 24 May 2006 11:55:54 -0000      1.5
+++ PropertyForward.cxx 20 Jun 2006 02:48:09 -0000      1.6
@@ -69,9 +69,9 @@
                                                                ,const 
Reference< XNameAccess>& _xDestContainer
                                                                ,const 
::rtl::OUString& _sName
                                                                ,const 
::std::vector< ::rtl::OUString>& _aPropertyList)
-                                                               : 
m_xDestContainer(_xDestContainer)
+                                                               : 
m_xSource(_xSource)
+                                                               , 
m_xDestContainer(_xDestContainer)
                                                                , 
m_sName(_sName)
-                                                               , 
m_xSource(_xSource)
                                                                , 
m_bInInsert(sal_False)
 {
        DBG_CTOR(OPropertyForward,NULL);        
@@ -137,7 +137,7 @@
        }
 }
 // 
-----------------------------------------------------------------------------
-void SAL_CALL OPropertyForward::disposing( const 
::com::sun::star::lang::EventObject& _rSource ) throw (RuntimeException)
+void SAL_CALL OPropertyForward::disposing( const 
::com::sun::star::lang::EventObject& /*_rSource*/ ) throw (RuntimeException)
 {
        ::osl::MutexGuard aGuard(m_aMutex);
        if ( m_xSource.is() )




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to