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

New commits:
commit da07be044c5240cced612361187789aa53481abb
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Oct 7 17:52:13 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Oct 8 17:57:27 2024 +0200

    Fix typo
    
    Change-Id: Ice1845b319320fa4d9f5c4a5001e411fd54f9377
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174618
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index a3c4121f3b7a..2142ed91d69e 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -1187,7 +1187,7 @@ void AnimationsExporter::convertValue(XMLTokenEnum 
eAttributeName, OStringBuffer
                 }
                 break;
             default:
-                OSL_FAIL("unomdel: AnimationsExporter::convertValue(), invalid 
AttributeName!");
+                OSL_FAIL("unomodel: AnimationsExporter::convertValue(), 
invalid AttributeName!");
         }
     }
 }

Reply via email to