sd/source/ui/unoidl/unomodel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c43020cbab42df44fe375fecb52f3a70ab3efc34 Author: Marco Cecchetti <marco.cecche...@collabora.com> AuthorDate: Wed Dec 11 13:50:51 2024 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Fri Apr 4 11:30:15 2025 +0200 slideshow: map motion animation to the correct animation node on export Change-Id: I292a37d0c0a08c601b844704ef514877f58cfcf7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183696 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index 35c6da2b6140..9f8a6d909fde 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -421,7 +421,7 @@ constexpr auto constTransitionSubTypeToString = mapEnumToString<sal_Int16>({ constexpr auto constAnimationNodeTypeToString = mapEnumToString<sal_Int16>({ { AnimationNodeType::ANIMATE, "Animate" }, { AnimationNodeType::ANIMATECOLOR, "AnimateColor" }, - { AnimationNodeType::ANIMATEMOTION, "Animate" }, + { AnimationNodeType::ANIMATEMOTION, "AnimateMotion" }, { AnimationNodeType::ANIMATEPHYSICS, "Animate" }, { AnimationNodeType::ANIMATETRANSFORM, "AnimateTransform" }, { AnimationNodeType::AUDIO, "Audio" },