summaryrefslogtreecommitdiff
path: root/slideshow/source
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source')
-rw-r--r--slideshow/source/engine/slide/layermanager.cxx2
-rw-r--r--slideshow/source/engine/slide/slideimpl.cxx4
-rw-r--r--slideshow/source/inc/slide.hxx4
3 files changed, 5 insertions, 5 deletions
diff --git a/slideshow/source/engine/slide/layermanager.cxx b/slideshow/source/engine/slide/layermanager.cxx
index 35131ccb1a22..74a26d1e73b3 100644
--- a/slideshow/source/engine/slide/layermanager.cxx
+++ b/slideshow/source/engine/slide/layermanager.cxx
@@ -98,7 +98,7 @@ namespace slideshow::internal
for( const auto& pLayer : maLayers )
pLayer->clearUpdateRanges();
- updateShapeLayers( true/*bSlideBackgoundPainted*/ );
+ updateShapeLayers( true/*bSlideBackgroundPainted*/ );
}
void LayerManager::deactivate()
diff --git a/slideshow/source/engine/slide/slideimpl.cxx b/slideshow/source/engine/slide/slideimpl.cxx
index a9120c6da829..b70f8b5abe4e 100644
--- a/slideshow/source/engine/slide/slideimpl.cxx
+++ b/slideshow/source/engine/slide/slideimpl.cxx
@@ -385,7 +385,7 @@ void SlideImpl::prefetch()
applyInitialShapeAttributes(mxRootNode);
}
-void SlideImpl::show( bool bSlideBackgoundPainted )
+void SlideImpl::show( bool bSlideBackgroundPainted )
{
if( mbActive )
return; // already active
@@ -410,7 +410,7 @@ void SlideImpl::show( bool bSlideBackgoundPainted )
// render slide to screen, if requested
- if( !bSlideBackgoundPainted )
+ if( !bSlideBackgroundPainted )
{
for( const auto& rContext : maContext.mrViewContainer )
slideRenderer( this, rContext );
diff --git a/slideshow/source/inc/slide.hxx b/slideshow/source/inc/slide.hxx
index db1c0d6f0917..bc3ffeb2aa63 100644
--- a/slideshow/source/inc/slide.hxx
+++ b/slideshow/source/inc/slide.hxx
@@ -71,13 +71,13 @@ namespace slideshow::internal
After this call, the slide will render itself to the
views, and start its animations.
- @param bSlideBackgoundPainted
+ @param bSlideBackgroundPainted
When true, the initial slide content on the background
layer is already rendered (e.g. from a previous slide
transition). When false, Slide renders initial content of
slide.
*/
- virtual void show( bool bSlideBackgoundPainted ) = 0;
+ virtual void show( bool bSlideBackgroundPainted ) = 0;
/** Force-ends the slide