Kaydet (Commit) 20ad74f3 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

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
üst 939f61cf
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: AppDetailView.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -286,11 +286,14 @@ namespace dbaui ...@@ -286,11 +286,14 @@ namespace dbaui
The new name of the object to be replaced The new name of the object to be replaced
@param _rxConn @param _rxConn
If we insert a table, the connection must be set. If we insert a table, the connection must be set.
@param _xObject
The object which was replaced
*/ */
void elementReplaced(ElementType eType void elementReplaced(ElementType eType
,const ::rtl::OUString& _rOldName ,const ::rtl::OUString& _rOldName
,const ::rtl::OUString& _rNewName ,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. /** removes an element from the detail page.
@param _eType @param _eType
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment