summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-28 10:22:29 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-28 10:23:18 +0100
commitabfee9852cf553dff351753d284a38c0022f68ef (patch)
tree968dc5494092a8bb5b0ddcef5feb266b3b3a59cb /wizards
parented4627ba2c40a2199652614278cae93c8726e526 (diff)
Typos
Change-Id: I5e938a0b53ea7a1b020bc73634bff70913f3ebc3
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/ui/UnoDialog2.py2
-rw-r--r--wizards/com/sun/star/wizards/web/BackgroundsDialog.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/ui/UnoDialog2.py b/wizards/com/sun/star/wizards/ui/UnoDialog2.py
index 2ca855dccd57..e7d91dc04ae7 100644
--- a/wizards/com/sun/star/wizards/ui/UnoDialog2.py
+++ b/wizards/com/sun/star/wizards/ui/UnoDialog2.py
@@ -28,7 +28,7 @@ It was created for use with the automatic conversion of Basic XML Dialog
description files to a Java class which builds
the same dialog through the UNO API.<br/>
It uses an Event-Listener method, which calls a method through reflection
-wenn an event on a component is trigered.
+when an event on a component is triggered.
see the classes CommonListener for details
'''
diff --git a/wizards/com/sun/star/wizards/web/BackgroundsDialog.py b/wizards/com/sun/star/wizards/web/BackgroundsDialog.py
index 78285595d534..b7fcbaa7ee52 100644
--- a/wizards/com/sun/star/wizards/web/BackgroundsDialog.py
+++ b/wizards/com/sun/star/wizards/web/BackgroundsDialog.py
@@ -54,7 +54,7 @@ class BackgroundsDialog(ImageListDialog):
self.build()
'''
- trigered when the user clicks the "other" button.
+ triggered when the user clicks the "other" button.
opens a "file open" dialog, adds the selected
image to the list and to the web wizard configuration,
and then jumps to the new image, selecting it in the list.