diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 13:43:33 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 13:43:33 +0000 |
commit | c25c597d02226c1242714023ddfe876511803ac8 (patch) | |
tree | 44681151387ef5a1258e8d57c50da9ce7e5d3b26 /wizards | |
parent | a6db9178c54ae66c02c31b98055766ab09e6a857 (diff) |
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
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/ui/WizardDialog.java | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/wizards/com/sun/star/wizards/ui/WizardDialog.java b/wizards/com/sun/star/wizards/ui/WizardDialog.java index ed9850dec..c096958d9 100644 --- a/wizards/com/sun/star/wizards/ui/WizardDialog.java +++ b/wizards/com/sun/star/wizards/ui/WizardDialog.java @@ -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. * @@ -75,7 +75,7 @@ public abstract class WizardDialog extends UnoDialog2 implements VetoableChangeL private int hid; private boolean bTerminateListenermustberemoved = true; - + /** Creates a new instance of WizardDialog * the hid is used as following : * "HID:(hid)" - the dialog @@ -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)); |