Tag: cws_src680_hsqlcsv User: fs Date: 2006/10/11 01:51:24 Modified: dba/dbaccess/source/ui/app/AppDetailView.cxx
Log: RESYNC: (1.17-1.20); 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.17.32.2&r2=1.17.32.3 Delta lines: +12 -10 --------------------- --- AppDetailView.cxx 18 Sep 2006 13:54:13 -0000 1.17.32.2 +++ AppDetailView.cxx 11 Oct 2006 08:51:21 -0000 1.17.32.3 @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_dbaccess.hxx" #ifndef DBAUI_APPDETAILVIEW_HXX #include "AppDetailView.hxx" #endif @@ -797,25 +800,24 @@ 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 ) { DBG_CHKTHIS(OApplicationDetailView,NULL); - return m_pControlHelper->elementAdded(_eType,_rName, _rObject, _rxConn ); + return m_pControlHelper->elementAdded(_eType,_rName, _rObject ); } // ----------------------------------------------------------------------------- -void OApplicationDetailView::elementRemoved(ElementType _eType,const ::rtl::OUString& _rName, const Reference< XConnection >& _rxConn ) +void OApplicationDetailView::elementRemoved(ElementType _eType,const ::rtl::OUString& _rName ) { DBG_CHKTHIS(OApplicationDetailView,NULL); - m_pControlHelper->elementRemoved(_eType,_rName, _rxConn ); + m_pControlHelper->elementRemoved(_eType,_rName ); } // ----------------------------------------------------------------------------- void OApplicationDetailView::elementReplaced(ElementType _eType ,const ::rtl::OUString& _rOldName - ,const ::rtl::OUString& _rNewName - ,const Reference< XConnection >& _rxConn ) + ,const ::rtl::OUString& _rNewName ) { DBG_CHKTHIS(OApplicationDetailView,NULL); - m_pControlHelper->elementReplaced(_eType, _rOldName,_rNewName,_rxConn ); + m_pControlHelper->elementReplaced( _eType, _rOldName, _rNewName ); } // ----------------------------------------------------------------------------- PreviewMode OApplicationDetailView::getPreviewMode() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
