summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py
index bf6b7775f4aa..fa4da1becebc 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py
@@ -153,9 +153,8 @@ class AgendaWizardDialogImpl(AgendaWizardDialog):
self.xMSF, "/org.openoffice.Office.Writer/Wizards/Agenda", False)
self.agenda.readConfiguration(root, "cp_")
- self.setControlProperty(
- "listPageDesign", "StringItemList",
- tuple(self.agendaTemplates[0]))
+ self.xDialogModel.listPageDesign.StringItemList = \
+ tuple(self.agendaTemplates[0])
UnoDataAware.attachListBox(
self.agenda, "cp_AgendaType", self.listPageDesign, True).updateUI()
UnoDataAware.attachCheckBox(