diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 12:21:39 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 10:34:17 +0000 |
commit | f45ac62a20b80033a7f5ccdef4a6c116b6fece24 (patch) | |
tree | 960048ceaaa7a874d88a804b2dbec76ae26c910e /slideshow/source/engine | |
parent | e90848edfd8cb146ab4e11eb2e62c93ed344d62f (diff) |
Fix typos
Change-Id: I89ff6d31662824d83961d6457b82db8d8031168c
Reviewed-on: https://gerrit.libreoffice.org/18977
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'slideshow/source/engine')
-rw-r--r-- | slideshow/source/engine/effectrewinder.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/slideshowimpl.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/effectrewinder.hxx b/slideshow/source/engine/effectrewinder.hxx index 97975d50caed..fff6fabf2096 100644 --- a/slideshow/source/engine/effectrewinder.hxx +++ b/slideshow/source/engine/effectrewinder.hxx @@ -78,7 +78,7 @@ public: its internals to us. Only one of the two functors is called. @param rpPaintLock This paint lock is released after the whole asynchronous - procoess of rewinding the current effect is completed. It + process of rewinding the current effect is completed. It prevents intermediate repaints that would show partial replay of effects. @param rSlideRewindFunctor diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx index db5f13547ae0..3d694c41123f 100644 --- a/slideshow/source/engine/slideshowimpl.cxx +++ b/slideshow/source/engine/slideshowimpl.cxx @@ -475,7 +475,7 @@ private: SlideSharedPtr mpPrefetchSlide; /// slide to be prefetched: best candidate for upcoming slide uno::Reference<drawing::XDrawPage> mxPrefetchSlide; - /// save the XDrawPagesSupplier to retieve polygons + /// save the XDrawPagesSupplier to retrieve polygons uno::Reference<drawing::XDrawPagesSupplier> mxDrawPagesSupplier; /// slide animation to be prefetched: uno::Reference<animations::XAnimationNode> mxPrefetchAnimationNode; @@ -884,7 +884,7 @@ ActivitySharedPtr SlideShowImpl::createSlideTransition( PolygonMap::iterator SlideShowImpl::findPolygons( uno::Reference<drawing::XDrawPage> const& xDrawPage) { - // TODO(P2) : Optimze research in the map. + // TODO(P2): optimize research in the map. PolygonMap::iterator aEnd = maPolygons.end(); for( auto aIter = maPolygons.begin(); aIter != aEnd; |