User: kz Date: 05/01/21 09:06:57 Modified: /dba/dbaccess/source/ui/app/ AppDetailView.cxx
Log: INTEGRATION: CWS dba22 (1.4.28); FILE MERGED 2005/01/07 07:53:22 oj 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/13 14:26:26 oj 1.4.28.1: #i38891# add listeners and hold them 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&r2=1.6 Delta lines: +4 -4 ------------------- --- AppDetailView.cxx 5 Jan 2005 12:32:47 -0000 1.5 +++ AppDetailView.cxx 21 Jan 2005 17:06:53 -0000 1.6 @@ -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]
