User: hr      
Date: 06/06/19 19:42:02

Modified:
 /dba/dbaccess/source/core/api/
  tablecontainer.cxx

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

File Changes:

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

File [changed]: tablecontainer.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/tablecontainer.cxx?r1=1.60&r2=1.61
Delta lines:  +3 -3
-------------------
--- tablecontainer.cxx  8 Sep 2005 10:12:33 -0000       1.60
+++ tablecontainer.cxx  20 Jun 2006 02:41:59 -0000      1.61
@@ -183,9 +183,9 @@
                                                                 
IWarningsContainer* _pWarningsContainer)
        
:OFilteredContainer(_rParent,_rMutex,_xCon,_bCase,_pRefreshListener,_pWarningsContainer)
        ,m_xTableDefinitions(_xTableDefinitions)
+       ,m_pMediator(NULL)
        ,m_bInAppend(sal_False)
        ,m_bInDrop(sal_False)
-       ,m_pMediator(NULL)
 {                                        
        DBG_CTOR(OTableContainer, NULL);
        m_pMediator = new 
OContainerMediator(this,Reference<XNameAccess>(_xTableDefinitions,UNO_QUERY));
@@ -541,7 +541,7 @@
        }
 }
 // 
-----------------------------------------------------------------------------
-void SAL_CALL OTableContainer::elementRemoved( const ContainerEvent& Event ) 
throw (RuntimeException)
+void SAL_CALL OTableContainer::elementRemoved( const ContainerEvent& /*Event*/ 
) throw (RuntimeException)
 {
 }
 // 
-----------------------------------------------------------------------------
@@ -566,7 +566,7 @@
        m_xTableMediator = NULL;
 }
 // 
-----------------------------------------------------------------------------
-void SAL_CALL OTableContainer::disposing( const 
::com::sun::star::lang::EventObject& Source ) throw 
(::com::sun::star::uno::RuntimeException)
+void SAL_CALL OTableContainer::disposing( const 
::com::sun::star::lang::EventObject& /*Source*/ ) throw 
(::com::sun::star::uno::RuntimeException)
 {
 }
 // 
-----------------------------------------------------------------------------




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

Reply via email to