summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/listcombowizard.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-30 12:15:43 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-30 12:15:43 +0000
commit2cfdfbd535fec965f9858098bcbe913c877c7acf (patch)
tree08ab2a511ad3fb224728a7ed9958bd4e3ef8b377 /extensions/source/dbpilots/listcombowizard.cxx
parentb0900627b8b1638343dd22b0f6e18f87971ee7a7 (diff)
added a description to the laste page of the list box wizard
Diffstat (limited to 'extensions/source/dbpilots/listcombowizard.cxx')
-rw-r--r--extensions/source/dbpilots/listcombowizard.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/listcombowizard.cxx b/extensions/source/dbpilots/listcombowizard.cxx
index 7c9d18927..f36b084e8 100644
--- a/extensions/source/dbpilots/listcombowizard.cxx
+++ b/extensions/source/dbpilots/listcombowizard.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: listcombowizard.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fs $ $Date: 2001-03-21 16:28:28 $
+ * last change: $Author: fs $ $Date: 2001-03-30 13:15:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -502,6 +502,7 @@ namespace dbp
//---------------------------------------------------------------------
OLinkFieldsPage::OLinkFieldsPage( OListComboWizard* _pParent )
:OLCPage(_pParent, ModuleRes(RID_PAGE_LCW_FIELDLINK))
+ ,m_aDescription (this, ResId(FT_FIELDLINK_DESC))
,m_aFrame (this, ResId(FL_FRAME))
,m_aValueListFieldLabel (this, ResId(FT_VALUELISTFIELD))
,m_aValueListField (this, ResId(CMB_VALUELISTFIELD))
@@ -611,6 +612,9 @@ namespace dbp
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.5 2001/03/21 16:28:28 fs
+ * #85234# by default, create a drop down control
+ *
* Revision 1.4 2001/03/20 15:45:51 fs
* #85200# added missing help ids
*