From 64a3124d928f337011cad137c2c059f1ef064377 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 17 Aug 2017 16:41:20 +0200 Subject: Fix typos Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3 Reviewed-on: https://gerrit.libreoffice.org/41194 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- slideshow/source/engine/slide/shapemanagerimpl.hxx | 2 +- slideshow/source/inc/usereventqueue.hxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'slideshow/source') 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 -- cgit