summaryrefslogtreecommitdiff
path: root/slideshow/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-01 22:44:25 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-02 07:24:31 +0200
commit9b39866149aad91c79ea276c2a484c282f8ad6e1 (patch)
tree0b1467464e4bd199b60ed13006d99e7b6fb5b24c /slideshow/source
parent1a1f4e73b7ab9e5b071aab74c8d7e27ba2b2d29c (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')
-rw-r--r--slideshow/source/engine/shapes/appletshape.cxx2
-rw-r--r--slideshow/source/engine/slide/layer.hxx2
-rw-r--r--slideshow/source/engine/transitions/ellipsewipe.hxx2
-rw-r--r--slideshow/source/engine/transitions/iriswipe.hxx2
-rw-r--r--slideshow/source/engine/usereventqueue.cxx2
-rw-r--r--slideshow/source/inc/eventmultiplexer.hxx2
-rw-r--r--slideshow/source/inc/listenercontainer.hxx2
-rw-r--r--slideshow/source/inc/shapeattributelayer.hxx2
-rw-r--r--slideshow/source/inc/soundplayer.hxx2
9 files changed, 9 insertions, 9 deletions
diff --git a/slideshow/source/engine/shapes/appletshape.cxx b/slideshow/source/engine/shapes/appletshape.cxx
index ce20c907ae1b..46f75e18f417 100644
--- a/slideshow/source/engine/shapes/appletshape.cxx
+++ b/slideshow/source/engine/shapes/appletshape.cxx
@@ -45,7 +45,7 @@ namespace slideshow
class AppletShape : public ExternalShapeBase
{
public:
- /** Create a shape for the given XShape for a applet object
+ /** Create a shape for the given XShape for an applet object
@param xShape
The XShape to represent.
diff --git a/slideshow/source/engine/slide/layer.hxx b/slideshow/source/engine/slide/layer.hxx
index 95a5f7d4402c..2da9d66c7b48 100644
--- a/slideshow/source/engine/slide/layer.hxx
+++ b/slideshow/source/engine/slide/layer.hxx
@@ -189,7 +189,7 @@ namespace slideshow
EndUpdater is destroyed, the Layer leaves update mode
again.
- @return a update end RAII object.
+ @return an update end RAII object.
*/
EndUpdater beginUpdate();
diff --git a/slideshow/source/engine/transitions/ellipsewipe.hxx b/slideshow/source/engine/transitions/ellipsewipe.hxx
index ea0cf8944984..88463ec6250f 100644
--- a/slideshow/source/engine/transitions/ellipsewipe.hxx
+++ b/slideshow/source/engine/transitions/ellipsewipe.hxx
@@ -26,7 +26,7 @@
namespace slideshow {
namespace internal {
-/// Generate a iris wipe
+/// Generate an iris wipe
class EllipseWipe : public ParametricPolyPolygon
{
public:
diff --git a/slideshow/source/engine/transitions/iriswipe.hxx b/slideshow/source/engine/transitions/iriswipe.hxx
index b39087d6d440..966badee58bc 100644
--- a/slideshow/source/engine/transitions/iriswipe.hxx
+++ b/slideshow/source/engine/transitions/iriswipe.hxx
@@ -28,7 +28,7 @@
namespace slideshow {
namespace internal {
-/// Generate a iris wipe
+/// Generate an iris wipe
class IrisWipe : public ParametricPolyPolygon
{
public:
diff --git a/slideshow/source/engine/usereventqueue.cxx b/slideshow/source/engine/usereventqueue.cxx
index 92d12bbb137a..935c0976db55 100644
--- a/slideshow/source/engine/usereventqueue.cxx
+++ b/slideshow/source/engine/usereventqueue.cxx
@@ -258,7 +258,7 @@ private:
// handler is triggered upon next effect events (multiplexer
// prio=-1)! Posting a notifyNextEffect() here is only safe
// (we don't run into busy loop), because we assume that
- // someone has registerered above for next effects
+ // someone has registered above for next effects
// (multiplexer prio=0) at the user event queue.
return mrEventQueue.addEventWhenQueueIsEmpty(
makeEvent( [this] () {
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;
};