sd/source/ui/unoidl/unomodel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7a2ac2d87c745c2137a00c70bdc0eb8d12a4b3c0 Author: Marco Cecchetti <marco.cecche...@collabora.com> AuthorDate: Wed Jul 24 19:11:31 2024 +0200 Commit: Marco Cecchetti <marco.cecche...@collabora.com> CommitDate: Wed Jul 24 19:26:59 2024 +0200 fix-up 2 slideshow: provide animations info wrong node name Change-Id: I57e91e708e0ec585aee2dd4873b60ab54e6aa8d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170978 Reviewed-by: Marco Cecchetti <marco.cecche...@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index df61e3f8c92a..d0d62880c747 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -400,7 +400,7 @@ constexpr auto constAnimationNodeTypeToString = mapEnumToString<sal_Int16>({ { AnimationNodeType::ANIMATECOLOR, "AnimateColor" }, { AnimationNodeType::ANIMATEMOTION, "Animate" }, { AnimationNodeType::ANIMATEPHYSICS, "Animate" }, - { AnimationNodeType::ANIMATETRANSFORM, "Animate" }, + { AnimationNodeType::ANIMATETRANSFORM, "AnimateTransform" }, { AnimationNodeType::AUDIO, "Audio" }, { AnimationNodeType::COMMAND, "Command" }, { AnimationNodeType::CUSTOM, "Custom" },