diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-08 16:25:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-09 10:07:46 +0200 |
commit | 3a95902b940d32c2bd1e66a537b15357d5c57f16 (patch) | |
tree | 3306e5132499f9716904e697e848881373b3850e /slideshow/source/engine/slide/slideimpl.cxx | |
parent | 435d6d50c3cdb6711942ee40dc2fae1865361845 (diff) |
loplugin:constantparam in slideshow
Change-Id: If6c9b8e551d6e6dc857f634e1e8db092541c1031
Diffstat (limited to 'slideshow/source/engine/slide/slideimpl.cxx')
-rw-r--r-- | slideshow/source/engine/slide/slideimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/slide/slideimpl.cxx b/slideshow/source/engine/slide/slideimpl.cxx index 863b6d2efc0e..ab9aa833271e 100644 --- a/slideshow/source/engine/slide/slideimpl.cxx +++ b/slideshow/source/engine/slide/slideimpl.cxx @@ -432,7 +432,7 @@ void SlideImpl::show( bool bSlideBackgoundPainted ) // slide. Also enables LayerManager to record updates. Currently, // never let LayerManager render initial slide content, use // buffered slide bitmaps instead. - mpShapeManager->activate( true ); + mpShapeManager->activate(); // render slide to screen, if requested |