From 2f7bd777d9724ff3b6c7697bf7c02d32eb661214 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Sun, 10 Feb 2013 21:15:19 +0100 Subject: pyagenda: This shouldn't be commented Change-Id: I95dde2a3673f3304969329623af7f615b7388654 --- wizards/com/sun/star/wizards/agenda/AgendaDocument.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards') 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 "") -- cgit