INTEGRATION: CWS rptwizard01 (1.17.104); FILE MERGED

2008/05/21 10:15:46 lla 1.17.104.3: RESYNC: (1.18-1.19); FILE MERGED
2008/02/15 07:36:48 lla 1.17.104.2: RESYNC: (1.17-1.18); FILE MERGED
2008/02/14 13:14:59 lla 1.17.104.1: #i86092# cleanups
This commit is contained in:
Kurt Zenker 2008-06-25 13:43:33 +00:00
parent bc3d9a356a
commit 0cb6507cbd

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: WizardDialog.java,v $
* $Revision: 1.19 $
* $Revision: 1.20 $
*
* This file is part of OpenOffice.org.
*
@ -297,11 +297,9 @@ public abstract class WizardDialog extends UnoDialog2 implements VetoableChangeL
return false;
}
protected void leaveStep(int nOldStep, int nNewStep) {
}
abstract protected void leaveStep(int nOldStep, int nNewStep);
protected void enterStep(int nOldStep, int nNewStep) {
}
abstract protected void enterStep(int nOldStep, int nNewStep);
protected void changeToStep(int nNewStep) {
Helper.setUnoPropertyValue(xDialogModel, "Step", new Integer(nNewStep));