diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-12-09 10:06:11 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-12-09 12:30:50 +0100 |
commit | 8ff5ba1ccd9c83bd03559ec4727e886e76721f53 (patch) | |
tree | 58d5faa2de1cc8d5473227c2ae8ecabf41feb08f /slideshow | |
parent | 8e7d33e4de1bf5f9a8db0521c98702d748b31405 (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>
(cherry picked from commit 0cfd60b12855bc1e40640eb2e4cd4ea87d18ff7b)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126520
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/shapes/intrinsicanimationactivity.cxx | 2 |
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( |