summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slideshowimpl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-12 16:54:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-12 19:44:42 +0100
commit26b84cd8c5d1b0ab8c4cb765bbbaecf3c21e4ed2 (patch)
tree95651b833da6c51d8879c30799b1f250d57a6a0f /slideshow/source/engine/slideshowimpl.cxx
parent819e76dc6082a21fd9c4f8866e4fc4cd20cd90f1 (diff)
Revert "loplugin:constfields in slideshow"
This reverts commit 56940b766e5d52cb1c17b4250e4c7e2c375b7b65. Change-Id: I5b585ff44870193becc0770e6504ac645b254ef3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90418 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 7125f5191895..f9b5e6ba8032 100644
--- a/slideshow/source/engine/slideshowimpl.cxx
+++ b/slideshow/source/engine/slideshowimpl.cxx
@@ -129,7 +129,7 @@ private:
one used by SlideShowImpl: it is not paused or modified by
animations.
*/
- canvas::tools::ElapsedTime const maTimer;
+ canvas::tools::ElapsedTime maTimer;
/** Time between the display of frames. Enforced only when mbIsActive
is <TRUE/>.
*/