summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/indexdialog.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-02 10:45:08 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-02 10:45:08 +0000
commit87bc42e39c43c1423df99f8a4c7aacb28ac6e027 (patch)
treecb9cfea5269355c0a6c6b908546f692a29e6ab9b /dbaccess/source/ui/inc/indexdialog.hxx
parent0ace7d5c92ceb10b26a1087e35f8c3178d0b4244 (diff)
#86434# OnEditIndexAgain
Diffstat (limited to 'dbaccess/source/ui/inc/indexdialog.hxx')
-rw-r--r--dbaccess/source/ui/inc/indexdialog.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/indexdialog.hxx b/dbaccess/source/ui/inc/indexdialog.hxx
index 4809011de657..ef1a9052dec9 100644
--- a/dbaccess/source/ui/inc/indexdialog.hxx
+++ b/dbaccess/source/ui/inc/indexdialog.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: indexdialog.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-04-02 12:04:40 $
+ * last change: $Author: fs $ $Date: 2001-05-02 11:45:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -179,6 +179,8 @@ namespace dbaui
DECL_LINK( OnModified, void* );
DECL_LINK( OnCloseDialog, void* );
+ DECL_LINK( OnEditIndexAgain, SvLBoxEntry* );
+
private:
void OnNewIndex();
void OnDropIndex();
@@ -204,6 +206,9 @@ namespace dbaui
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.4 2001/04/02 12:04:40 fs
+ * #85275# added a help button
+ *
* Revision 1.3 2001/03/30 14:10:22 oj
* #85298##85297# correct index impl
*