diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-05 18:47:55 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-06 09:05:50 +0200 |
commit | 73e3604fc16695758b9a7f55051d2f786f74be2d (patch) | |
tree | 357784a45ad575a8de6d6d9450fb18190091c873 /wizards | |
parent | 396473a3d6ddd1f1ee2d4e0fd3bae5c41d2cc3fd (diff) |
Fixing '....' and '..'
Change-Id: I926069d6c1f2712e5020d930f7ff6c62fd00e912
Reviewed-on: https://gerrit.libreoffice.org/78667
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/TopicsControl.py | 2 |
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) |