summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/listcombowizard.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-05 13:53:13 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-05 13:53:13 +0000
commit69a660a95799ff00231d7d2a5e8bd9ac26048568 (patch)
tree48e74655ddd6a6a6874142e003cc1065816bc085 /extensions/source/dbpilots/listcombowizard.hxx
parent432d5b86e13ee70862da89a6c32c9b1c663def74 (diff)
finished the grid control wizard
Diffstat (limited to 'extensions/source/dbpilots/listcombowizard.hxx')
-rw-r--r--extensions/source/dbpilots/listcombowizard.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/extensions/source/dbpilots/listcombowizard.hxx b/extensions/source/dbpilots/listcombowizard.hxx
index dead1716923c..32a4b97357fa 100644
--- a/extensions/source/dbpilots/listcombowizard.hxx
+++ b/extensions/source/dbpilots/listcombowizard.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: listcombowizard.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2001-02-28 09:18:30 $
+ * last change: $Author: fs $ $Date: 2001-03-05 14:53:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,7 +121,7 @@ namespace dbp
virtual sal_Bool onFinish(sal_Int32 _nResult);
- virtual sal_Bool approveControlType(sal_Int16 _nClassId);
+ virtual sal_Bool approveControl(sal_Int16 _nClassId);
sal_uInt16 getFinalState() const { return isListBox() ? LCW_STATE_FIELDLINK : LCW_STATE_COMBODBFIELD; }
@@ -266,6 +266,9 @@ namespace dbp
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.2 2001/02/28 09:18:30 fs
+ * finalized the list/combo wizard
+ *
* Revision 1.1 2001/02/23 15:20:18 fs
* initial checkin - list-/combobox wizard (not comlpletely finished yet)
*