Tag: cws_src680_qiq User: fs Date: 2006/06/27 04:59:35 Modified: dba/dbaccess/source/core/api/tablecontainer.cxx
Log: RESYNC: (1.60-1.61); FILE MERGED 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.124.4&r2=1.60.124.5 Delta lines: +6 -6 ------------------- --- tablecontainer.cxx 16 Jun 2006 11:47:37 -0000 1.60.124.4 +++ tablecontainer.cxx 27 Jun 2006 11:59:33 -0000 1.60.124.5 @@ -189,9 +189,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)); @@ -550,7 +550,7 @@ } } // ----------------------------------------------------------------------------- -void SAL_CALL OTableContainer::elementRemoved( const ContainerEvent& Event ) throw (RuntimeException) +void SAL_CALL OTableContainer::elementRemoved( const ContainerEvent& /*Event*/ ) throw (RuntimeException) { } // ----------------------------------------------------------------------------- @@ -575,7 +575,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]
