slideshow/source/engine/shapes/intrinsicanimationactivity.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8ff5ba1ccd9c83bd03559ec4727e886e76721f53 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Thu Dec 9 10:06:11 2021 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Thu Dec 9 12:30:50 2021 +0100 tdf#146094 Impress refuses to go in presentation mode regression from commit 043ba6ddf8d90b04acfae8ec836c4b772fb36754 Author: Noel Grandin <noel.gran...@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.gran...@collabora.co.uk> (cherry picked from commit 0cfd60b12855bc1e40640eb2e4cd4ea87d18ff7b) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126520 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> 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(