Kaydet (Commit) e77104b1 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS qwizards1 (1.2.88); FILE MERGED

2004/04/05 12:50:38 fs 1.2.88.1: #i27457# must changes in the base class
üst ac57cc58
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: gridwizard.hxx,v $ * $RCSfile: gridwizard.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: hr $ $Date: 2003-03-25 16:03:28 $ * last change: $Author: kz $ $Date: 2004-05-19 13:41:04 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -102,10 +102,10 @@ namespace dbp ...@@ -102,10 +102,10 @@ namespace dbp
protected: protected:
// OWizardMachine overridables // OWizardMachine overridables
virtual ::svt::OWizardPage* createPage(sal_uInt16 _nState); virtual ::svt::OWizardPage* createPage( WizardState _nState );
virtual sal_uInt16 determineNextState(sal_uInt16 _nCurrentState); virtual WizardState determineNextState( WizardState _nCurrentState );
virtual void enterState(sal_uInt16 _nState); virtual void enterState( WizardState _nState );
virtual sal_Bool leaveState(sal_uInt16 _nState); virtual sal_Bool leaveState( WizardState _nState );
virtual sal_Bool onFinish(sal_Int32 _nResult); virtual sal_Bool onFinish(sal_Int32 _nResult);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment