diff options
-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 |