diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-01 22:44:25 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-02 07:24:31 +0200 |
commit | 9b39866149aad91c79ea276c2a484c282f8ad6e1 (patch) | |
tree | 0b1467464e4bd199b60ed13006d99e7b6fb5b24c /slideshow/source/inc | |
parent | 1a1f4e73b7ab9e5b071aab74c8d7e27ba2b2d29c (diff) |
Fix typos
Change-Id: Ic7b6014e09e3ee1a1b4917008a267b8fa2dbc1f5
Reviewed-on: https://gerrit.libreoffice.org/76814
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'slideshow/source/inc')
-rw-r--r-- | slideshow/source/inc/eventmultiplexer.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/listenercontainer.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/shapeattributelayer.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/soundplayer.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/inc/eventmultiplexer.hxx b/slideshow/source/inc/eventmultiplexer.hxx index ebf3c6703f29..4cd3eec8bc8b 100644 --- a/slideshow/source/inc/eventmultiplexer.hxx +++ b/slideshow/source/inc/eventmultiplexer.hxx @@ -642,7 +642,7 @@ public: This method is used by XCommand nodes and all sound playing nodes should listen for this command and - stop theire sounds when its fired. + stop their sounds when it's fired. @return true, if this event was processed by anybody. If false is returned, no handler processed diff --git a/slideshow/source/inc/listenercontainer.hxx b/slideshow/source/inc/listenercontainer.hxx index a545442b6e41..d1f47d78b38a 100644 --- a/slideshow/source/inc/listenercontainer.hxx +++ b/slideshow/source/inc/listenercontainer.hxx @@ -167,7 +167,7 @@ struct ListenerOperations< std::weak_ptr<ListenerTargetT> > /** Container for objects that can be notified. - This templatized container holds listener objects, than can get + This templatized container holds listener objects, then can get notified (by calling certain methods on them). @tpl Listener diff --git a/slideshow/source/inc/shapeattributelayer.hxx b/slideshow/source/inc/shapeattributelayer.hxx index df65a7dd4d53..9beb293bcd48 100644 --- a/slideshow/source/inc/shapeattributelayer.hxx +++ b/slideshow/source/inc/shapeattributelayer.hxx @@ -442,7 +442,7 @@ namespace slideshow the shape. The char scaling changes the scale of the whole shape - text (uniformely, i.e. both in x and in y direction). + text (uniformly, i.e. both in x and in y direction). */ double getCharScale() const; /** Set the new char scale globally for the shape diff --git a/slideshow/source/inc/soundplayer.hxx b/slideshow/source/inc/soundplayer.hxx index 92ac94b851fb..82bc223ef819 100644 --- a/slideshow/source/inc/soundplayer.hxx +++ b/slideshow/source/inc/soundplayer.hxx @@ -104,7 +104,7 @@ namespace slideshow // TODO(Q3): obsolete when boost::enable_shared_ptr_from_this // is available ::std::shared_ptr<SoundPlayer> mThis; - // Temp file for pakcage url. + // Temp file for package url. ::std::shared_ptr<::avmedia::MediaTempFile> mpMediaTempFile; css::uno::Reference< css::media::XPlayer > mxPlayer; }; |