summaryrefslogtreecommitdiffstats
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 0d1f1be27d15..0695185d2fa2 100644
--- a/sw/source/uibase/wrtsh/select.cxx
+++ b/sw/source/uibase/wrtsh/select.cxx
@@ -423,7 +423,7 @@ long SwWrtShell::ExtSelWrd(const Point *pPt, bool )
// Then destroy the actual an go to prev, this will be expand
if( !HasMark() && GoPrevCursor() )
{
- bool bHasMark = HasMark(); // thats wrong!
+ bool bHasMark = HasMark(); // that's wrong!
GoNextCursor();
if( bHasMark )
{
@@ -485,7 +485,7 @@ long SwWrtShell::ExtSelLn(const Point *pPt, bool )
// Then destroy the actual an go to prev, this will be expand
if( !HasMark() && GoPrevCursor() )
{
- bool bHasMark = HasMark(); // thats wrong!
+ bool bHasMark = HasMark(); // that's wrong!
GoNextCursor();
if( bHasMark )
{