From 73e3604fc16695758b9a7f55051d2f786f74be2d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 5 Sep 2019 18:47:55 +0200 Subject: Fixing '....' and '..' Change-Id: I926069d6c1f2712e5020d930f7ff6c62fd00e912 Reviewed-on: https://gerrit.libreoffice.org/78667 Tested-by: Jenkins Reviewed-by: Julien Nabet --- wizards/com/sun/star/wizards/agenda/TopicsControl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards/com/sun') 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) -- cgit v1.2.3