diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-28 14:06:44 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-28 14:06:44 +0000 |
commit | e7fcdf4f9ed5b2af9c5ecb7e49cf9663c9d72be9 (patch) | |
tree | 57ce95d2fcfe9d65a330bc687733891b94b5c51c /dbaccess/source/ui/app/AppView.hxx | |
parent | 71f43192155d31ecb749e534e50064527a03e813 (diff) |
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
Diffstat (limited to 'dbaccess/source/ui/app/AppView.hxx')
-rw-r--r-- | dbaccess/source/ui/app/AppView.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppView.hxx b/dbaccess/source/ui/app/AppView.hxx index 4076234fb649..b288bc5b53d7 100644 --- a/dbaccess/source/ui/app/AppView.hxx +++ b/dbaccess/source/ui/app/AppView.hxx @@ -4,9 +4,9 @@ * * $RCSfile: AppView.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:55:23 $ + * last change: $Author: ihi $ $Date: 2006-08-28 15:06:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -273,11 +273,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 |