diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 13:23:43 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 13:23:43 +0000 |
commit | eda3dc51b9c248d94e30737805d20103e8737f21 (patch) | |
tree | 6f25140858c23c75c440de9f42549df66cc6f704 | |
parent | 1e8352bd4feba3e5b2ca2a757bb2948ae3fe8835 (diff) |
INTEGRATION: CWS rptwizard01 (1.12.80); FILE MERGED
2008/05/21 10:13:00 lla 1.12.80.2: RESYNC: (1.12-1.13); FILE MERGED
2008/02/14 13:14:56 lla 1.12.80.1: #i86092# cleanups
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.java b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.java index 087c9c378b64..36ac2a2da127 100644 --- a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.java +++ b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.java @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: AgendaWizardDialogImpl.java,v $ - * $Revision: 1.13 $ + * $Revision: 1.14 $ * * This file is part of OpenOffice.org. * @@ -116,6 +116,8 @@ public class AgendaWizardDialogImpl extends AgendaWizardDialog super(xmsf); } + protected void enterStep(int OldStep, int NewStep) {} + protected void leaveStep(int OldStep, int NewStep) {} /** * read the configuration data, open the specified template, |