diff options
Diffstat (limited to 'wizards/com/sun/star/wizards/agenda/AgendaDocument.py')
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/AgendaDocument.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py index a980e60d4959..567a1f1ae434 100644 --- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py +++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py @@ -629,7 +629,7 @@ class ItemsTable(object): self.agenda.template, name, self.section) self.agenda.textSectionHandler.breakLinkOfTextSection( self.section) - # we need to get a instance after linking + # we need to get an instance after linking ItemsTable.table = self.agenda.getTable(name) self.section = self.agenda.getSection(name) |