summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-07-27 14:46:11 +0200
committerXisco Fauli <anistenis@gmail.com>2011-07-27 14:46:11 +0200
commit9bcf7e64958db128b641f2fdfc7ef065442bdc79 (patch)
tree1658211bba0d3e515f79a5386fa115d8ca010397
parent5fec6c16968cc10b43d54a37272b74f32c89f966 (diff)
Show AgendaItems properly
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaTemplate.py3
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 517aeb958..0b0130c3e 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.