User: ihi Date: 2006/08/28 08:06:46 Modified: dba/dbaccess/source/ui/app/AppView.hxx
Log: INTEGRATION: CWS dba205a (1.9.14); FILE MERGED 2006/07/28 13:03:09 oj 1.9.14.1: #i67014# replaceElement now uses the correct name for table/view 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.9&r2=1.10 Delta lines: +4 -1 ------------------- --- AppView.hxx 20 Jun 2006 02:55:23 -0000 1.9 +++ AppView.hxx 28 Aug 2006 15:06:44 -0000 1.10 @@ -273,11 +273,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]
