From abfee9852cf553dff351753d284a38c0022f68ef Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 28 Feb 2015 10:22:29 +0100 Subject: Typos Change-Id: I5e938a0b53ea7a1b020bc73634bff70913f3ebc3 --- wizards/com/sun/star/wizards/ui/UnoDialog2.py | 2 +- wizards/com/sun/star/wizards/web/BackgroundsDialog.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards') 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.
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. -- cgit v1.2.3