sd/source/ui/unoidl/unomodel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 52ad4bb76d81e2bd9f6929294a7a14a08f084814
Author:     Marco Cecchetti <marco.cecche...@collabora.com>
AuthorDate: Wed Jul 24 19:11:31 2024 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Oct 8 15:23:27 2024 +0200

    fix-up 2 slideshow: provide animations info
    
    wrong node name
    
    Change-Id: I57e91e708e0ec585aee2dd4873b60ab54e6aa8d4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174687
    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 565b01c82ad1..a3c4121f3b7a 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -408,7 +408,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" },

Reply via email to