summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slideshowimpl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-08 10:28:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-09 08:10:11 +0200
commit56940b766e5d52cb1c17b4250e4c7e2c375b7b65 (patch)
treebad2be3f62ee00ebc7a0c4efa24b9e5a78621859 /slideshow/source/engine/slideshowimpl.cxx
parente9a3b06f4e2b22f26006e0df730ad23d715ecbb6 (diff)
loplugin:constfields in slideshow
Change-Id: Ieeda808ad8e7fe500a2142c779529ca190725f6a Reviewed-on: https://gerrit.libreoffice.org/61548 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow/source/engine/slideshowimpl.cxx')
-rw-r--r--slideshow/source/engine/slideshowimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx
index 1d21ec44512d..31548c27af95 100644
--- a/slideshow/source/engine/slideshowimpl.cxx
+++ b/slideshow/source/engine/slideshowimpl.cxx
@@ -150,7 +150,7 @@ private:
one used by SlideShowImpl: it is not paused or modified by
animations.
*/
- canvas::tools::ElapsedTime maTimer;
+ canvas::tools::ElapsedTime const maTimer;
/** Time between the display of frames. Enforced only when mbIsActive
is <TRUE/>.
*/