User: kz Date: 05/01/21 09:07:13 Modified: /dba/dbaccess/source/ui/app/ AppDetailView.hxx
Log: INTEGRATION: CWS dba22 (1.4.28); FILE MERGED 2005/01/07 07:53:31 oj 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/13 14:26:27 oj 1.4.28.1: #i38891# add listeners and hold them File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.hxx?r1=1.5&r2=1.6 Delta lines: +4 -1 ------------------- --- AppDetailView.hxx 5 Jan 2005 12:33:00 -0000 1.5 +++ AppDetailView.hxx 21 Jan 2005 17:07:10 -0000 1.6 @@ -288,12 +288,15 @@ ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn = NULL); /** removes an element from the detail page. + @param _eType + The type where the entry shold be appended. @param _rName The name of the element to be removed. @param _rxConn If we remove a table, the connection must be set. */ - void elementRemoved(const ::rtl::OUString& _rName + void elementRemoved(ElementType _eType + ,const ::rtl::OUString& _rName ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn); /// returns the preview mode --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
