From f3a82f04dd1e16a3c317fd73ad7dc076e73cf4da Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 18 Jul 2023 00:50:27 +0200 Subject: Fix typo Change-Id: I37e5692fc75089fc889116f86fcb0846be1ba1b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154563 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- sw/source/filter/basflt/fltshell.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') 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 -- cgit