diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-07-18 00:50:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-07-21 10:29:10 +0200 |
commit | f3a82f04dd1e16a3c317fd73ad7dc076e73cf4da (patch) | |
tree | fae06de516e6c2fa440186d70337e7b754a9078b /sw | |
parent | 142082d216cf48bc905c2468809bcc074fe2c638 (diff) |
Fix typo
Change-Id: I37e5692fc75089fc889116f86fcb0846be1ba1b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154563
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/basflt/fltshell.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |