diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-05 17:59:50 +0100 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2016-01-05 19:43:28 +0000 |
commit | 2851683d8ae51525b2324f4871baabe499980f14 (patch) | |
tree | bead5c171c96cb4dc4a4bdb4a059be66bf13cbcb /slideshow/source/inc | |
parent | 7f36d2e25572978ee6ee79a4089db81c191df260 (diff) |
Fix typos
Change-Id: I7c40d7eb90a5c2b5d9808683c83b664707c27cb1
Reviewed-on: https://gerrit.libreoffice.org/21128
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'slideshow/source/inc')
-rw-r--r-- | slideshow/source/inc/enumanimation.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/eventqueue.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/slideshowcontext.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/inc/enumanimation.hxx b/slideshow/source/inc/enumanimation.hxx index 4737acdc5a67..e6490570462d 100644 --- a/slideshow/source/inc/enumanimation.hxx +++ b/slideshow/source/inc/enumanimation.hxx @@ -33,7 +33,7 @@ namespace slideshow This interface is a specialization of the Animation interface, and is used to animate attributes representable - by a set of constant values, such as UNO constantsm, or enums. + by a set of constant values, such as UNO constants, or enums. */ class EnumAnimation : public Animation { diff --git a/slideshow/source/inc/eventqueue.hxx b/slideshow/source/inc/eventqueue.hxx index d3f5bebc4201..c67e5d70d958 100644 --- a/slideshow/source/inc/eventqueue.hxx +++ b/slideshow/source/inc/eventqueue.hxx @@ -62,7 +62,7 @@ namespace slideshow bool addEventForNextRound( const EventSharedPtr& event ); /** Another way to control the order of asynchronous event - exeqution. Use this method to schedule events that are to + execution. Use this method to schedule events that are to be executed after all regular events that have no delay, even when they schedule new regular events without delay. */ diff --git a/slideshow/source/inc/slideshowcontext.hxx b/slideshow/source/inc/slideshowcontext.hxx index 19b0739afdf2..3f414aa8ab4d 100644 --- a/slideshow/source/inc/slideshowcontext.hxx +++ b/slideshow/source/inc/slideshowcontext.hxx @@ -46,7 +46,7 @@ namespace slideshow /** Common arguments for slideshow objects. This struct combines a number of object references - ubiquituously needed throughout the slideshow. + ubiquitously needed throughout the slideshow. */ struct SlideShowContext { |