From 6d92c7097d3f97b00edf029583b8651d88e31f77 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 19 May 2004 12:41:46 +0000 Subject: INTEGRATION: CWS qwizards1 (1.11.88); FILE MERGED 2004/04/05 12:50:38 fs 1.11.88.1: #i27457# must changes in the base class --- extensions/source/dbpilots/groupboxwiz.cxx | 25 ++++++++----------------- extensions/source/dbpilots/listcombowizard.cxx | 12 ++++++------ 2 files changed, 14 insertions(+), 23 deletions(-) diff --git a/extensions/source/dbpilots/groupboxwiz.cxx b/extensions/source/dbpilots/groupboxwiz.cxx index 92ff4240472e..0bcb2ebdc6f0 100644 --- a/extensions/source/dbpilots/groupboxwiz.cxx +++ b/extensions/source/dbpilots/groupboxwiz.cxx @@ -2,9 +2,9 @@ * * $RCSfile: groupboxwiz.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:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,7 +125,7 @@ namespace dbp } //--------------------------------------------------------------------- - OWizardPage* OGroupBoxWizard::createPage(sal_uInt16 _nState) + OWizardPage* OGroupBoxWizard::createPage(WizardState _nState) { switch (_nState) { @@ -152,7 +152,7 @@ namespace dbp } //--------------------------------------------------------------------- - sal_uInt16 OGroupBoxWizard::determineNextState(sal_uInt16 _nCurrentState) + WizardTypes::WizardState OGroupBoxWizard::determineNextState( WizardState _nCurrentState ) { switch (_nCurrentState) { @@ -179,7 +179,7 @@ namespace dbp } //--------------------------------------------------------------------- - void OGroupBoxWizard::enterState(sal_uInt16 _nState) + void OGroupBoxWizard::enterState(WizardState _nState) { // some stuff to do before calling the base class (modifying our settings) switch (_nState) @@ -218,15 +218,6 @@ namespace dbp OControlWizard::enterState(_nState); } - //--------------------------------------------------------------------- - sal_Bool OGroupBoxWizard::leaveState(sal_uInt16 _nState) - { - if (!OControlWizard::leaveState(_nState)) - return sal_False; - - return sal_True; - } - //--------------------------------------------------------------------- void OGroupBoxWizard::createRadios() { @@ -332,7 +323,7 @@ namespace dbp rSettings.aValues.clear(); rSettings.aLabels.reserve(m_aExistingRadios.GetEntryCount()); rSettings.aValues.reserve(m_aExistingRadios.GetEntryCount()); - for (sal_uInt16 i=0; i