User: kz Date: 05/01/21 09:08:04 Modified: /dba/dbaccess/source/ui/app/ AppView.cxx
Log: INTEGRATION: CWS dba22 (1.7.4); FILE MERGED 2004/12/13 14:26:28 oj 1.7.4.1: #i38891# add listeners and hold them File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppView.cxx?r1=1.7&r2=1.8 Delta lines: +2 -2 ------------------- --- AppView.cxx 17 Nov 2004 15:25:31 -0000 1.7 +++ AppView.cxx 21 Jan 2005 17:08:01 -0000 1.8 @@ -497,10 +497,10 @@ return getDetailView()->elementAdded(eType,_rName,_rObject,_rxConn); } // ----------------------------------------------------------------------------- -void OApplicationView::elementRemoved(const ::rtl::OUString& _rName, const Reference< XConnection >& _rxConn ) +void OApplicationView::elementRemoved(ElementType eType,const ::rtl::OUString& _rName, const Reference< XConnection >& _rxConn ) { OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); - getDetailView()->elementRemoved(_rName,_rxConn); + getDetailView()->elementRemoved(eType,_rName,_rxConn); } // ----------------------------------------------------------------------------- void OApplicationView::elementReplaced(ElementType _eType --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
