sw/source/filter/basflt/fltshell.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f3a82f04dd1e16a3c317fd73ad7dc076e73cf4da
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jul 18 00:50:27 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jul 21 10:29:10 2023 +0200

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

diff --git a/sw/source/filter/basflt/fltshell.cxx 
b/sw/source/filter/basflt/fltshell.cxx
index fbfec5eaeccf..fe49700fe2f6 100644
--- a/sw/source/filter/basflt/fltshell.cxx
+++ b/sw/source/filter/basflt/fltshell.cxx
@@ -95,7 +95,7 @@ SwFltStackEntry::~SwFltStackEntry()
 void SwFltStackEntry::SetEndPos(const SwPosition& rEndPos)
 {
     // Release attribute and keep track of end
-    // Everything with sal_uInt16s, lest the inserting of new text at
+    // Everything with sal_uInt16s, because otherwise the inserting of new 
text at
     // the cursor position moves the attribute's range
     // That's not the desired behavior!
     m_bOpen = false;                  // release and remember END

Reply via email to