summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-17 16:41:20 +0200
committerMichael Stahl <mstahl@redhat.com>2017-08-17 21:53:28 +0200
commit64a3124d928f337011cad137c2c059f1ef064377 (patch)
treecdcea46848e5b61872716d8deb6f5d5b8f57894a /slideshow
parentfc443f3b50e33a1adab03bbf7fb9f9351eb07868 (diff)
Fix typos
Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3 Reviewed-on: https://gerrit.libreoffice.org/41194 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/slide/shapemanagerimpl.hxx2
-rw-r--r--slideshow/source/inc/usereventqueue.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/slide/shapemanagerimpl.hxx b/slideshow/source/engine/slide/shapemanagerimpl.hxx
index 5a38521545ad..3a6ae365f207 100644
--- a/slideshow/source/engine/slide/shapemanagerimpl.hxx
+++ b/slideshow/source/engine/slide/shapemanagerimpl.hxx
@@ -58,7 +58,7 @@ public:
@param rEventMultiplexer
The slideshow-global event source, where this class
- registeres its event handlers.
+ registers its event handlers.
*/
ShapeManagerImpl( EventMultiplexer& rMultiplexer,
LayerManagerSharedPtr const& rLayerManager,
diff --git a/slideshow/source/inc/usereventqueue.hxx b/slideshow/source/inc/usereventqueue.hxx
index d110b7bd59ce..88e89d0f7326 100644
--- a/slideshow/source/inc/usereventqueue.hxx
+++ b/slideshow/source/inc/usereventqueue.hxx
@@ -42,7 +42,7 @@ class MouseLeaveHandler;
/** This class schedules user-activated events.
- This class registeres at the EventMultiplexer and fires
+ This class registers at the EventMultiplexer and fires
events registered for certain user actions. Note that all
events will not be fired immediately after the user action
occurred, but always added to the EventQueue (and fired the
@@ -62,7 +62,7 @@ public:
@param rEventMultiplexer
The slideshow-global event source, where this class
- registeres its event handlers.
+ registers its event handlers.
@param rEventQueue
Reference to the main event queue. Since we hold this