summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/agenda
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-07-21 04:52:14 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-07-21 04:53:48 -0500
commit3e926736c7a1ec0a622ff446466113d9ccd8cb11 (patch)
treebcbfa6d33e8e028f32f9d2441f50fe969307c512 /wizards/com/sun/star/wizards/agenda
parent34d062147c16090fa42c27ac7960e3f5e3b65d2b (diff)
Miscellaneous typos
Change-Id: I5187364d420ab78c36a91632efab9c32951d867a
Diffstat (limited to 'wizards/com/sun/star/wizards/agenda')
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaDocument.py2
-rw-r--r--wizards/com/sun/star/wizards/agenda/TopicsControl.py10
2 files changed, 6 insertions, 6 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index b72eede12512..06cb6a33c1c0 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -724,7 +724,7 @@ class Topics(object):
We hold the format of the last row, because one might wish to give it
a special format, other than the one on the bottom of each topic.
The left and right borders of the whole table are, on the other side,
- part of the topics rows format, and need not be preserved separateley.
+ part of the topics rows format, and need not be preserved separately.
'''
table = None
lastRowFormat = []
diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
index 14f18e83122b..5c83ba39167c 100644
--- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py
+++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
@@ -193,11 +193,11 @@ class TopicsControl(ControlScroller):
self.focusGained2(xc)
'''
- Sometimes I set the focus programatically to a control
+ Sometimes I set the focus programmatically to a control
(for example when moving a row up or down, the focus should move
with it).
In such cases, no VCL event is being triggered so it must
- be called programtically.
+ be called programmatically.
This is done by this method.
@param control
'''
@@ -608,7 +608,7 @@ class TopicsControl(ControlScroller):
After moving row X to X+/-1, the selection (or cursor position) of the
last focused control should be restored.
The control's row is the given guiRow.
- The control's column is detecte4d according to the given event.
+ The control's column is detected according to the given event.
This method is called as subsequent to different events,
thus it is comfortable to use the event here to detect the column,
rather than in the different event methods.
@@ -693,7 +693,7 @@ class TopicsControl(ControlScroller):
'''
updates a single cell in the preview document.
Is called when a single value is changed, since we really
- don't have to update the whole row for one small changhe...
+ don't have to update the whole row for one small change...
@param row the data row to update (topic number).
@param column the column to update (a gui column, not a document column).
@param data the data of the entire row.
@@ -707,7 +707,7 @@ class TopicsControl(ControlScroller):
traceback.print_exc()
'''
- when removeing rows, this method updates
+ when removing rows, this method updates
the preview document to show the number of rows
according to the data model.
'''