sw/source/uibase/shells/textsh1.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 797e5314d9e6ec910fe4ce4accc867085d81fd4b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Oct 18 18:26:14 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Oct 19 15:49:59 2024 +0200

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

diff --git a/sw/source/uibase/shells/textsh1.cxx 
b/sw/source/uibase/shells/textsh1.cxx
index 70eb356cd72f..4f68ea196bcb 100644
--- a/sw/source/uibase/shells/textsh1.cxx
+++ b/sw/source/uibase/shells/textsh1.cxx
@@ -2955,7 +2955,7 @@ void SwTextShell::Execute(SfxRequest &rReq)
                             }
                             else
                             {
-                                lcl_LogWarning("FillApi chart filtter type not 
recognised: '"
+                                lcl_LogWarning("FillApi chart filter type not 
recognised: '"
                                                + aItem2.first + "'");
                             }
                         }
@@ -3174,7 +3174,7 @@ void SwTextShell::Execute(SfxRequest &rReq)
                             else
                             {
                                 lcl_LogWarning(
-                                    "FillApi contentControl filtter type not 
recognised: '"
+                                    "FillApi contentControl filter type not 
recognised: '"
                                     + aItem2.first + "'");
                             }
                         }

Reply via email to