diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2025-02-15 17:05:58 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2025-02-17 22:15:14 +0100 |
commit | 4f3ab90e047823e17e09e8f3892891d977221e15 (patch) | |
tree | 2b3fd07e335b2b5544b3ed225766a46e2234b8ec | |
parent | f31bc15dade964b8acda62c7448363082630dd1b (diff) |
Fix typo
Change-Id: Id3d0aac6f2e66c183c2af306557280cfee9caa71
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181708
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sd/source/ui/unoidl/unomodel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |