summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppView.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 16:08:16 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 16:08:16 +0000
commitf6bb3b8d137ee657f8e6e8e9029dad634d236cbe (patch)
tree19627862aa807e3b47f6caba541cda577bb7bc40 /dbaccess/source/ui/app/AppView.hxx
parentINTEGRATION: CWS dba22 (1.7.4); FILE MERGED (diff)
downloadcore-f6bb3b8d137ee657f8e6e8e9029dad634d236cbe.tar.gz
core-f6bb3b8d137ee657f8e6e8e9029dad634d236cbe.zip
INTEGRATION: CWS dba22 (1.5.4); FILE MERGED
2004/12/13 14:26:28 oj 1.5.4.1: #i38891# add listeners and hold them
Diffstat (limited to 'dbaccess/source/ui/app/AppView.hxx')
-rw-r--r--dbaccess/source/ui/app/AppView.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppView.hxx b/dbaccess/source/ui/app/AppView.hxx
index 73ad2b82d2bf..042c71a3624d 100644
--- a/dbaccess/source/ui/app/AppView.hxx
+++ b/dbaccess/source/ui/app/AppView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AppView.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2004-11-17 14:46:36 $
+ * last change: $Author: kz $ $Date: 2005-01-21 17:08:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -305,12 +305,15 @@ namespace dbaui
,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn = NULL);
/** removes an element from the detail page.
+ @param _eType
+ The type where the entry shold be appended.
@param _rName
The name of the element to be removed.
@param _rxConn
If we remove a table, the connection must be set.
*/
- void elementRemoved(const ::rtl::OUString& _rName
+ void elementRemoved(ElementType _eType
+ ,const ::rtl::OUString& _rName
,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn);
/** clears the selection in the icon choice control and calls the handler