summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh/select.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/wrtsh/select.cxx')
-rw-r--r--sw/source/uibase/wrtsh/select.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/wrtsh/select.cxx b/sw/source/uibase/wrtsh/select.cxx
index 5534ac0c29a5..348876e7ffad 100644
--- a/sw/source/uibase/wrtsh/select.cxx
+++ b/sw/source/uibase/wrtsh/select.cxx
@@ -453,7 +453,7 @@ void SwWrtShell::ExtSelWrd(const Point *pPt, bool )
return;
// Bug 66823: actual crsr has in additional mode no selection?
- // Then destroy the actual an go to prev, this will be expand
+ // Then destroy the actual and go to prev, this will be expand
if( !HasMark() && GoPrevCursor() )
{
bool bHasMark = HasMark(); // that's wrong!
@@ -511,7 +511,7 @@ void SwWrtShell::ExtSelLn(const Point *pPt, bool )
return;
// Bug 66823: actual crsr has in additional mode no selection?
- // Then destroy the actual an go to prev, this will be expand
+ // Then destroy the actual and go to prev, this will be expand
if( !HasMark() && GoPrevCursor() )
{
bool bHasMark = HasMark(); // that's wrong!