diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-29 08:50:28 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-29 08:41:53 +0000 |
commit | 86c0ce4d4637142b939ebaeb79c6bd35e49c1082 (patch) | |
tree | 92db4fc6a8b0e409963e4422d307327274b41931 /slideshow | |
parent | 8f96ab602a9e7cad1215abb693f33824a7b37679 (diff) |
loplugin:countusersofdefaultparams
Change-Id: I26f46ddac3d7d810ebfa1c3e7f1a77427369828e
Reviewed-on: https://gerrit.libreoffice.org/28451
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/slideshowimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx index 7f2c54ed152a..630b18f5be0f 100644 --- a/slideshow/source/engine/slideshowimpl.cxx +++ b/slideshow/source/engine/slideshowimpl.cxx @@ -373,7 +373,7 @@ private: /// Resets the current slide transition sound object with a new one: SoundPlayerSharedPtr resetSlideTransitionSound( - uno::Any const& url, bool bLoopSound = false ); + uno::Any const& url, bool bLoopSound ); /// stops the current slide transition sound void stopSlideTransitionSound(); |