diff options
author | Xisco Fauli <anistenis@gmail.com> | 2011-07-27 14:46:11 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-08-18 02:57:43 +0200 |
commit | dd8c75ae90f49ed70cfca0dea2359953f4a97d38 (patch) | |
tree | 0c8c047581c00a4f5bb21b28d70513f3568a4890 /wizards/com | |
parent | d6ea6c1d55230f37485778056989ff6a9cc72862 (diff) |
Show AgendaItems properly
Diffstat (limited to 'wizards/com')
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/AgendaTemplate.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaTemplate.py b/wizards/com/sun/star/wizards/agenda/AgendaTemplate.py index 517aeb958712..0b0130c3e836 100644 --- a/wizards/com/sun/star/wizards/agenda/AgendaTemplate.py +++ b/wizards/com/sun/star/wizards/agenda/AgendaTemplate.py @@ -1296,7 +1296,8 @@ class AgendaItem(object): #second field is actually always null... # this is a preparation for adding placeholders. if self.field is not None: - self.field.write(cell) + self.field.write(Topics.table.getCellByName( + tableCursor.RangeName)) ''' reads/write a table cell format from/to a table cell or a group of cells. |