summaryrefslogtreecommitdiff
path: root/wizards/com
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 13:43:33 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 13:43:33 +0000
commit0cb6507cbddcacaad306f637cdbedd23249db329 (patch)
tree216908e1209bc8f9857139cf1a18e53706089d67 /wizards/com
parentbc3d9a356a914091de3dd5369e07f3cd0a566d62 (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/com')
-rw-r--r--wizards/com/sun/star/wizards/ui/WizardDialog.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/ui/WizardDialog.java b/wizards/com/sun/star/wizards/ui/WizardDialog.java
index 125608f5ac10..938dcb727a55 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.
*
@@ -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));