summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/indexdialog.cxx
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/dlg/indexdialog.cxx
parentb039fb08c19f0872abfd5837086285777afa7c95 (diff)
#85275# added a help button
Diffstat (limited to 'dbaccess/source/ui/dlg/indexdialog.cxx')
-rw-r--r--dbaccess/source/ui/dlg/indexdialog.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/indexdialog.cxx b/dbaccess/source/ui/dlg/indexdialog.cxx
index 9b9cebd44f27..f257d4986106 100644
--- a/dbaccess/source/ui/dlg/indexdialog.cxx
+++ b/dbaccess/source/ui/dlg/indexdialog.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: indexdialog.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2001-03-30 14:10:22 $
+ * last change: $Author: fs $ $Date: 2001-04-02 12:05:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -221,6 +221,7 @@ namespace dbaui
,m_aFieldsLabel (this, ResId(FT_FIELDS))
,m_pFields(new IndexFieldsControl (this, ResId(CTR_FIELDS),_nMaxColumnsInIndex))
,m_aClose (this, ResId(PB_CLOSE))
+ ,m_aHelp (this, ResId(HB_HELP))
,m_pIndexes(NULL)
,m_pPreviousSelection(NULL)
,m_xORB(_rxORB)
@@ -829,6 +830,9 @@ namespace dbaui
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.5 2001/03/30 14:10:22 oj
+ * #85298##85297# correct index impl
+ *
* Revision 1.4 2001/03/29 10:04:47 fs
* corrected some minor issues
*