User: ihi Date: 2006/08/28 08:06:15 Modified: dba/dbaccess/source/ui/app/AppDetailView.hxx
Log: INTEGRATION: CWS dba205a (1.11.106); FILE MERGED 2006/07/28 13:03:08 oj 1.11.106.1: #i67014# replaceElement now uses the correct name for table/view 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.11&r2=1.12 Delta lines: +4 -1 ------------------- --- AppDetailView.hxx 3 Jan 2006 16:16:14 -0000 1.11 +++ AppDetailView.hxx 28 Aug 2006 15:06:13 -0000 1.12 @@ -286,11 +286,14 @@ The new name of the object to be replaced @param _rxConn If we insert a table, the connection must be set. + @param _xObject + The object which was replaced */ void elementReplaced(ElementType eType ,const ::rtl::OUString& _rOldName ,const ::rtl::OUString& _rNewName - ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn = NULL); + ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn = NULL + ,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xObject = NULL); /** removes an element from the detail page. @param _eType --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
