summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/tablespage.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-15 07:49:57 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-15 07:49:57 +0000
commitd41ee97a4288cfadc5d4d57e80f0216e3c8cfd2c (patch)
tree18a1ee18c11120da25e535636a218785ff96dd58 /dbaccess/source/ui/dlg/tablespage.hxx
parent#89822# added functionality to accelerate toolbox functions with key codes (diff)
downloadcore-d41ee97a4288cfadc5d4d57e80f0216e3c8cfd2c.tar.gz
core-d41ee97a4288cfadc5d4d57e80f0216e3c8cfd2c.zip
#89822# doToolboxAction -> onToolBoxAction (now virtual in the base class)
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.hxx')
-rw-r--r--dbaccess/source/ui/dlg/tablespage.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx
index f80df6c537e2..8c5c6131b76b 100644
--- a/dbaccess/source/ui/dlg/tablespage.hxx
+++ b/dbaccess/source/ui/dlg/tablespage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tablespage.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2001-08-14 14:12:22 $
+ * last change: $Author: fs $ $Date: 2001-08-15 08:49:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -197,7 +197,7 @@ namespace dbaui
void doSelect(SvLBoxEntry*);
/// executes a toolbox slot
- void doToolboxAction(sal_uInt16 _nId);
+ virtual void onToolBoxAction( sal_uInt16 _nClickedItemId );
/// deletes all selected tables
void dropSelection();
@@ -229,6 +229,9 @@ namespace dbaui
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.3 2001/08/14 14:12:22 fs
+ * #86945# add notifiers to the tables container of newly opened table design components
+ *
* Revision 1.2 2001/08/14 12:10:12 fs
* preparations for #86945# (be a container listener ...)
*