summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/dbtreeview.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-09-25 12:28:23 +0000
committerOcke Janssen <oj@openoffice.org>2001-09-25 12:28:23 +0000
commitfe6066d957a51186f8578502e6651b55161d9b8f (patch)
tree0848d216d3739bdb287e1d8f77849599bac57627 /dbaccess/source/ui/browser/dbtreeview.hxx
parent#65293# exception solaris (diff)
downloadcore-fe6066d957a51186f8578502e6651b55161d9b8f.tar.gz
core-fe6066d957a51186f8578502e6651b55161d9b8f.zip
#91719# implementing the XRename handling
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreeview.hxx')
-rw-r--r--dbaccess/source/ui/browser/dbtreeview.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/dbtreeview.hxx b/dbaccess/source/ui/browser/dbtreeview.hxx
index af1979834f04..9ff1549f5efb 100644
--- a/dbaccess/source/ui/browser/dbtreeview.hxx
+++ b/dbaccess/source/ui/browser/dbtreeview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbtreeview.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: oj $ $Date: 2001-07-18 11:33:57 $
+ * last change: $Author: oj $ $Date: 2001-09-25 13:24:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,6 +109,10 @@ namespace dbaui
Link getPasteHandler() const;
void setDeleteHandler(const Link& _rHdl);
Link getDeleteHandler() const;
+ void setEditingHandler(const Link& _rHdl);
+ Link getEditingHandler() const;
+ void setEditedHandler(const Link& _rHdl);
+ Link getEditedHandler() const;
DBTreeListModel* getModel() const;