summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-12-09 10:06:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-12-09 10:15:37 +0100
commit0cfd60b12855bc1e40640eb2e4cd4ea87d18ff7b (patch)
treea47fbfd85f5b4ce274499354b03fbd92a873cd34 /slideshow
parent91f649a119d4b7ece26f9737a38663664953a57a (diff)
tdf#146094 Impress refuses to go in presentation mode
regression from commit 043ba6ddf8d90b04acfae8ec836c4b772fb36754 Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Mon Oct 11 16:08:12 2021 +0200 loplugin:moveparam in slideshow Change-Id: I8d6ec81f60e9bdba5b371b8a79abf3d07c523dfc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126567 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/shapes/intrinsicanimationactivity.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/shapes/intrinsicanimationactivity.cxx b/slideshow/source/engine/shapes/intrinsicanimationactivity.cxx
index 8e5acaef9c65..bcc353e0d6b4 100644
--- a/slideshow/source/engine/shapes/intrinsicanimationactivity.cxx
+++ b/slideshow/source/engine/shapes/intrinsicanimationactivity.cxx
@@ -129,7 +129,7 @@ namespace slideshow::internal
"IntrinsicAnimationActivity::IntrinsicAnimationActivity(): Invalid draw shape" );
ENSURE_OR_THROW( rWakeupEvent,
"IntrinsicAnimationActivity::IntrinsicAnimationActivity(): Invalid wakeup event" );
- ENSURE_OR_THROW( !rTimeouts.empty(),
+ ENSURE_OR_THROW( !maTimeouts.empty(),
"IntrinsicAnimationActivity::IntrinsicAnimationActivity(): Empty timeout vector" );
maContext.mpSubsettableShapeManager->addIntrinsicAnimationHandler(