diff options
author | Xisco Fauli <anistenis@gmail.com> | 2013-01-18 19:36:44 +0100 |
---|---|---|
committer | Xisco Fauli <anistenis@gmail.com> | 2013-01-20 21:07:52 +0100 |
commit | 0d9683c756390d188b76b2803ee2621d3f4b0f0f (patch) | |
tree | 7db77a6b44f23c1f73550fb4ce9dc05ba5f44dc0 /wizards | |
parent | eaf6c1a6177ee9befe776f26aced2c2f1b4c818d (diff) |
pyagenda: follow same model as in fax and letter wizards
Change-Id: I3e6265f80481995399f22d40df344cc1e55e2148
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/AgendaDocument.py (renamed from wizards/com/sun/star/wizards/agenda/AgendaTemplate.py) | 0 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaTemplate.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py index 54be3691bac4..54be3691bac4 100644 --- a/wizards/com/sun/star/wizards/agenda/AgendaTemplate.py +++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py diff --git a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py index fa4da1becebc..dc136af2ec29 100644 --- a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py +++ b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py @@ -18,7 +18,7 @@ import traceback from .AgendaWizardDialog import AgendaWizardDialog, uno from .AgendaWizardDialogConst import HID -from .AgendaTemplate import AgendaTemplate, FileAccess +from .AgendaDocument import AgendaTemplate, FileAccess from .TemplateConsts import TemplateConsts from .TopicsControl import TopicsControl from .CGAgenda import CGAgenda |