summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/listcombowizard.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 12:42:00 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 12:42:00 +0000
commit5aefe12707df77c50123d0f08f31a0ed869e32a3 (patch)
tree9c692328dd3a240ecd43c863b5ff039b04416c20 /extensions/source/dbpilots/listcombowizard.hxx
parent6d92c7097d3f97b00edf029583b8651d88e31f77 (diff)
INTEGRATION: CWS qwizards1 (1.5.88); FILE MERGED
2004/04/05 12:50:38 fs 1.5.88.1: #i27457# must changes in the base class
Diffstat (limited to 'extensions/source/dbpilots/listcombowizard.hxx')
-rw-r--r--extensions/source/dbpilots/listcombowizard.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/extensions/source/dbpilots/listcombowizard.hxx b/extensions/source/dbpilots/listcombowizard.hxx
index 8df5f6d0a583..1bbf6a06310e 100644
--- a/extensions/source/dbpilots/listcombowizard.hxx
+++ b/extensions/source/dbpilots/listcombowizard.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: listcombowizard.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 16:03:30 $
+ * last change: $Author: kz $ $Date: 2004-05-19 13:42:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,16 +114,16 @@ namespace dbp
protected:
// OWizardMachine overridables
- virtual ::svt::OWizardPage* createPage(sal_uInt16 _nState);
- virtual sal_uInt16 determineNextState(sal_uInt16 _nCurrentState);
- virtual void enterState(sal_uInt16 _nState);
- virtual sal_Bool leaveState(sal_uInt16 _nState);
+ virtual ::svt::OWizardPage* createPage( WizardState _nState );
+ virtual WizardState determineNextState( WizardState _nCurrentState );
+ virtual void enterState( WizardState _nState );
+ virtual sal_Bool leaveState( WizardState _nState );
virtual sal_Bool onFinish(sal_Int32 _nResult);
virtual sal_Bool approveControl(sal_Int16 _nClassId);
- sal_uInt16 getFinalState() const { return isListBox() ? LCW_STATE_FIELDLINK : LCW_STATE_COMBODBFIELD; }
+ WizardState getFinalState() const { return isListBox() ? LCW_STATE_FIELDLINK : LCW_STATE_COMBODBFIELD; }
private:
void implApplySettings();