sd/source/ui/unoidl/unomodel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 546a703dae9c0d57bee163d7cb086a4f9a7ba65d Author: Marco Cecchetti <marco.cecche...@collabora.com> AuthorDate: Wed Dec 11 13:50:51 2024 +0100 Commit: Tomaž Vajngerl <qui...@gmail.com> CommitDate: Thu Dec 12 13:08:45 2024 +0100 slideshow: map motion animation to the correct animation node on export Change-Id: I292a37d0c0a08c601b844704ef514877f58cfcf7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178349 Reviewed-by: Tomaž Vajngerl <qui...@gmail.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 d6d9c39027ad..ca5fc33a08f4 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -425,7 +425,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" },