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 --- sd/source/filter/eppt/pptx-epptooxml.cxx | 2 +- slideshow/source/engine/usereventqueue.cxx | 2 +- wizards/com/sun/star/wizards/ui/UnoDialog2.py | 2 +- wizards/com/sun/star/wizards/web/BackgroundsDialog.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx index 5bd838315959..46d49aec2c81 100644 --- a/sd/source/filter/eppt/pptx-epptooxml.cxx +++ b/sd/source/filter/eppt/pptx-epptooxml.cxx @@ -889,7 +889,7 @@ void PowerPointExport::WriteAnimationCondition( FSHelperPtr pFS, Any& rAny, bool { // TODO DBG(printf ("animation condition event: TODO\n")); - DBG(printf ("event offset has value: %d triger: %d source has value: %d\n", aEvent.Offset.hasValue(), aEvent.Trigger, aEvent.Source.hasValue())); + DBG(printf ("event offset has value: %d trigger: %d source has value: %d\n", aEvent.Offset.hasValue(), aEvent.Trigger, aEvent.Source.hasValue())); if( !bWriteEvent && aEvent.Trigger == EventTrigger::ON_NEXT && bMainSeqChild ) pDelay = "indefinite"; diff --git a/slideshow/source/engine/usereventqueue.cxx b/slideshow/source/engine/usereventqueue.cxx index b6447e6d1d19..f19e8f517203 100644 --- a/slideshow/source/engine/usereventqueue.cxx +++ b/slideshow/source/engine/usereventqueue.cxx @@ -246,7 +246,7 @@ public: void setSkipTriggersNextEffect (const bool bSkipTriggersNextEffect) { mbSkipTriggersNextEffect = bSkipTriggersNextEffect; } - /// Skip the current effect but do not triggere the next effect. + /// Skip the current effect but do not trigger the next effect. void skipEffect (void) { handleEvent_impl(false); } private: 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