summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2013-02-10 21:15:19 +0100
committerXisco Fauli <anistenis@gmail.com>2013-02-10 22:17:59 +0100
commit2f7bd777d9724ff3b6c7697bf7c02d32eb661214 (patch)
tree82b15ce6ba06e30d1223e296033dd784239791c2 /wizards/com/sun/star/wizards/agenda/AgendaDocument.py
parentb4743abd03fb584cfc05361dff1b93eae4cf9867 (diff)
pyagenda: This shouldn't be commented
Change-Id: I95dde2a3673f3304969329623af7f615b7388654
Diffstat (limited to 'wizards/com/sun/star/wizards/agenda/AgendaDocument.py')
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaDocument.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index eb57f97f1a36..c993d623aa2b 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -872,9 +872,9 @@ class Topics(object):
tableRows = Topics.table.Rows
targetNumOfRows = topics * Topics.rowsPerTopic + 1
- '''if tableRows.Count > targetNumOfRows:
+ if tableRows.Count > targetNumOfRows:
tableRows.removeByIndex(
- targetNumOfRows, tableRows.Count - targetNumOfRows)'''
+ targetNumOfRows, tableRows.Count - targetNumOfRows)
'''
A Text element which, if the text to write is empty (null or "")