summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/indexdialog.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-04-02 11:05:06 +0000
committerFrank Schönheit <fs@openoffice.org>2001-04-02 11:05:06 +0000
commit70c3dca1bcda7da9535a5e0e26da213d91c4b98d (patch)
tree6e7d342fa0d22fa4b9b6b5077be20ad340ed08ed /dbaccess/source/ui/inc/indexdialog.hxx
parentb039fb08c19f0872abfd5837086285777afa7c95 (diff)
#85275# added a help button
Diffstat (limited to 'dbaccess/source/ui/inc/indexdialog.hxx')
-rw-r--r--dbaccess/source/ui/inc/indexdialog.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/indexdialog.hxx b/dbaccess/source/ui/inc/indexdialog.hxx
index 7a1ead675a95..4809011de657 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-03-30 14:10:22 $
+ * last change: $Author: fs $ $Date: 2001-04-02 12:04:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,6 +150,7 @@ namespace dbaui
FixedText m_aFieldsLabel;
IndexFieldsControl* m_pFields;
PushButton m_aClose;
+ HelpButton m_aHelp;
OIndexCollection* m_pIndexes;
SvLBoxEntry* m_pPreviousSelection;
@@ -203,6 +204,9 @@ namespace dbaui
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.3 2001/03/30 14:10:22 oj
+ * #85298##85297# correct index impl
+ *
* Revision 1.2 2001/03/19 06:02:09 fs
* +implCheckPlausibility
*