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

New commits:
commit 4f3ab90e047823e17e09e8f3892891d977221e15
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Feb 15 17:05:58 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Feb 17 22:15:14 2025 +0100

    Fix typo
    
    Change-Id: Id3d0aac6f2e66c183c2af306557280cfee9caa71
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181708
    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 77c000ae4cee..7a54bd974408 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -1461,7 +1461,7 @@ void GetDocStructureSlides(::tools::JsonWriter& 
rJsonWriter, SdXImpressDocument*
     auto it = rArguments.find(u"filter"_ustr);
     if (it != rArguments.end())
     {
-        // If filter is present but we are filtering not to slide informations
+        // If filter is present but we are filtering not to slide information
         if (!it->second.equals(u"slides"_ustr))
             return;
     }

Reply via email to