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
This commit is contained in:
Ivo Hinkelmann 2006-08-28 14:06:13 +00:00
parent 939f61cf3d
commit 20ad74f3db

View file

@ -4,9 +4,9 @@
*
* $RCSfile: AppDetailView.hxx,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: kz $ $Date: 2006-01-03 16:16:14 $
* last change: $Author: ihi $ $Date: 2006-08-28 15:06:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -286,11 +286,14 @@ namespace dbaui
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