User: kz Date: 05/01/21 09:08:19 Modified: /dba/dbaccess/source/ui/app/ AppView.hxx
Log: INTEGRATION: CWS dba22 (1.5.4); FILE MERGED 2004/12/13 14:26:28 oj 1.5.4.1: #i38891# add listeners and hold them File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppView.hxx?r1=1.5&r2=1.6 Delta lines: +4 -1 ------------------- --- AppView.hxx 17 Nov 2004 14:46:36 -0000 1.5 +++ AppView.hxx 21 Jan 2005 17:08:16 -0000 1.6 @@ -305,12 +305,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); /** clears the selection in the icon choice control and calls the handler --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
