summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/agenda/TopicsControl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
index 6989f1b74ddd..36cfbffa41e1 100644
--- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py
+++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
@@ -128,7 +128,7 @@ class TopicsControl(ControlScroller):
'''
def initializeScrollFields(self, agenda):
- # create a row for each topic with the given values....
+ # create a row for each topic with the given values...
for index,item in enumerate(agenda.cp_Topics.childrenList):
row = self.newRow(index)
item.setDataToRow(row)