summaryrefslogtreecommitdiff
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
parented4627ba2c40a2199652614278cae93c8726e526 (diff)
Typos
Change-Id: I5e938a0b53ea7a1b020bc73634bff70913f3ebc3
-rw-r--r--sd/source/filter/eppt/pptx-epptooxml.cxx2
-rw-r--r--slideshow/source/engine/usereventqueue.cxx2
-rw-r--r--wizards/com/sun/star/wizards/ui/UnoDialog2.py2
-rw-r--r--wizards/com/sun/star/wizards/web/BackgroundsDialog.py2
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.<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.