Tag: cws_src680_dba23
User: oj      
Date: 05/02/03 00:09:22

Modified:
 /dba/dbaccess/source/ui/app/
  AppDetailView.cxx

Log:
 RESYNC: (1.5-1.6); FILE MERGED

File Changes:

Directory: /dba/dbaccess/source/ui/app/
=======================================

File [changed]: AppDetailView.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.cxx?r1=1.5.6.1&r2=1.5.6.2
Delta lines:  +7 -7
-------------------
--- AppDetailView.cxx   19 Jan 2005 09:00:09 -0000      1.5.6.1
+++ AppDetailView.cxx   3 Feb 2005 08:09:19 -0000       1.5.6.2
@@ -559,16 +559,16 @@
        
static_cast<OAppBorderWindow*>(GetParent())->getView()->getElementNotification()->onCreationClick(_sCommand);
 }
 // 
-----------------------------------------------------------------------------
-SvLBoxEntry*  OApplicationDetailView::elementAdded(ElementType eType,const 
::rtl::OUString& _rName, const Any& _rObject, const Reference< XConnection >& 
_rxConn )
+SvLBoxEntry*  OApplicationDetailView::elementAdded(ElementType _eType,const 
::rtl::OUString& _rName, const Any& _rObject, const Reference< XConnection >& 
_rxConn )
 {
        DBG_CHKTHIS(OApplicationDetailView,NULL);
-       return m_pControlHelper->elementAdded(eType,_rName, _rObject, _rxConn );
+       return m_pControlHelper->elementAdded(_eType,_rName, _rObject, _rxConn 
);
 }
 // 
-----------------------------------------------------------------------------
-void OApplicationDetailView::elementRemoved(const ::rtl::OUString& _rName, 
const Reference< XConnection >& _rxConn )
+void OApplicationDetailView::elementRemoved(ElementType _eType,const 
::rtl::OUString& _rName, const Reference< XConnection >& _rxConn )
 {
        DBG_CHKTHIS(OApplicationDetailView,NULL);
-       m_pControlHelper->elementRemoved(_rName, _rxConn );
+       m_pControlHelper->elementRemoved(_eType,_rName, _rxConn );
 }
 // 
-----------------------------------------------------------------------------
 void OApplicationDetailView::elementReplaced(ElementType _eType




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

Reply via email to