diff options
Diffstat (limited to 'wizards/com/sun/star/wizards/agenda/TopicsControl.py')
-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 68b157020619..6989f1b74ddd 100644 --- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py +++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py @@ -555,7 +555,7 @@ class TopicsControl(ControlScroller): lowerRow = self.ControlGroupVector[guiRow] else: # if we scrolled we are done... - #otherwise.. + #otherwise... lowerRow = self.ControlGroupVector[guiRow + 1] self.focus(self.getControl(lowerRow, control)) |