summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/listcombowizard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/listcombowizard.cxx')
-rw-r--r--extensions/source/dbpilots/listcombowizard.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/dbpilots/listcombowizard.cxx b/extensions/source/dbpilots/listcombowizard.cxx
index 2a6c37fab048..221f5c1863f7 100644
--- a/extensions/source/dbpilots/listcombowizard.cxx
+++ b/extensions/source/dbpilots/listcombowizard.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: listcombowizard.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 16:03:29 $
+ * last change: $Author: kz $ $Date: 2004-05-19 13:41:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -154,7 +154,7 @@ namespace dbp
}
//---------------------------------------------------------------------
- OWizardPage* OListComboWizard::createPage(sal_uInt16 _nState)
+ OWizardPage* OListComboWizard::createPage(WizardState _nState)
{
switch (_nState)
{
@@ -174,7 +174,7 @@ namespace dbp
}
//---------------------------------------------------------------------
- sal_uInt16 OListComboWizard::determineNextState(sal_uInt16 _nCurrentState)
+ WizardTypes::WizardState OListComboWizard::determineNextState(WizardState _nCurrentState)
{
switch (_nCurrentState)
{
@@ -190,7 +190,7 @@ namespace dbp
}
//---------------------------------------------------------------------
- void OListComboWizard::enterState(sal_uInt16 _nState)
+ void OListComboWizard::enterState(WizardState _nState)
{
OControlWizard::enterState(_nState);
@@ -204,7 +204,7 @@ namespace dbp
}
//---------------------------------------------------------------------
- sal_Bool OListComboWizard::leaveState(sal_uInt16 _nState)
+ sal_Bool OListComboWizard::leaveState(WizardState _nState)
{
if (!OControlWizard::leaveState(_nState))
return sal_False;