diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-26 14:27:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-26 14:02:41 +0000 |
commit | 2eae33e82e5f91d6dbaf7e8e848f53644596059d (patch) | |
tree | e5a7f4e35b9cb0ef19023429032d6e79d41979ab /slideshow/source | |
parent | 887039a3b766c1f2f5a37130f4e7c2d116d89c5f (diff) |
Fix typos
Change-Id: I5518e764fd8349c476e79bb888e93a1dab01ed1d
Reviewed-on: https://gerrit.libreoffice.org/35644
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'slideshow/source')
6 files changed, 7 insertions, 7 deletions
diff --git a/slideshow/source/engine/opengl/TransitionImpl.hxx b/slideshow/source/engine/opengl/TransitionImpl.hxx index a7b2b42bbdff..bfd38fa89d71 100644 --- a/slideshow/source/engine/opengl/TransitionImpl.hxx +++ b/slideshow/source/engine/opengl/TransitionImpl.hxx @@ -50,7 +50,7 @@ struct TransitionSettings { } - /** Whether to use mipmaping for slides textures + /** Whether to use mipmapping for slides textures */ bool mbUseMipMapLeaving; bool mbUseMipMapEntering; diff --git a/slideshow/source/engine/shapes/drawinglayeranimation.cxx b/slideshow/source/engine/shapes/drawinglayeranimation.cxx index 0f8f1b174645..9eadac3237e7 100644 --- a/slideshow/source/engine/shapes/drawinglayeranimation.cxx +++ b/slideshow/source/engine/shapes/drawinglayeranimation.cxx @@ -824,7 +824,7 @@ ActivityImpl::ActivityImpl( if( DoScrollIn() ) { // most parameters are set correctly from the dialog logic, but - // eg VisisbleWhenStopped is grayed out and needs to be corrected here. + // eg VisibleWhenStopped is grayed out and needs to be corrected here. mbVisibleWhenStopped = true; mbVisibleWhenStarted = false; mnRepeat = 0L; diff --git a/slideshow/source/engine/slide/slideimpl.cxx b/slideshow/source/engine/slide/slideimpl.cxx index a5ed1e2f9391..525ae6c3d71a 100644 --- a/slideshow/source/engine/slide/slideimpl.cxx +++ b/slideshow/source/engine/slide/slideimpl.cxx @@ -264,7 +264,7 @@ private: */ bool mbMainSequenceFound; - /// When true, show() was called. Slide hidden oherwise. + /// When true, show() was called. Slide hidden otherwise. bool mbActive; /// When true, enablePaintOverlay was called and mbUserPaintOverlay = true diff --git a/slideshow/source/engine/slide/targetpropertiescreator.cxx b/slideshow/source/engine/slide/targetpropertiescreator.cxx index bb3c4a512a9b..7bd686b42208 100644 --- a/slideshow/source/engine/slide/targetpropertiescreator.cxx +++ b/slideshow/source/engine/slide/targetpropertiescreator.cxx @@ -323,7 +323,7 @@ namespace internal uno::Reference< drawing::XShape > mxTargetShape; sal_Int16 mnParagraphIndex; - // get initial or filal state + // get initial or final state bool mbInitial; }; } diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx index 0fce869037a6..8e8023e0146f 100644 --- a/slideshow/source/engine/slideshowimpl.cxx +++ b/slideshow/source/engine/slideshowimpl.cxx @@ -1974,7 +1974,7 @@ sal_Bool SlideShowImpl::update( double & nNextTimeout ) maEventQueue.process(); // #i118671# the call above may execute a macro bound to an object. In - // that case this macro may have destroyed this local sliseshow so that it + // that case this macro may have destroyed this local slideshow so that it // is disposed (see bugdoc at task). In that case, detect this and exit // gently from this slideshow. Do not forget to disable the scoped // call to mpPresTimer, this will be deleted if we are disposed. diff --git a/slideshow/source/inc/activitiesfactory.hxx b/slideshow/source/inc/activitiesfactory.hxx index fb122f8c4881..8ed059d53a0e 100644 --- a/slideshow/source/inc/activitiesfactory.hxx +++ b/slideshow/source/inc/activitiesfactory.hxx @@ -84,7 +84,7 @@ namespace ActivitiesFactory Specifies the minimal simple duration of the activity (minimal, because mnMinNumberOfFrames - might prolongue the activity). According to SMIL, + might prolong the activity). According to SMIL, this might also be indefinite, which for our framework does not make much sense, though (wouldn't have a clue, then, how to scale the @@ -97,7 +97,7 @@ namespace ActivitiesFactory This specifies the minimal number of frames this activity will display per simple duration. If less than this number are displayed until mnMinDuration - is over, the activity will be prolongued until + is over, the activity will be prolonged until mnMinNumberOfFrames are rendered. */ sal_uInt32 mnMinNumberOfFrames; |