summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh/wrtsh4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/wrtsh/wrtsh4.cxx')
-rw-r--r--sw/source/ui/wrtsh/wrtsh4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/wrtsh/wrtsh4.cxx b/sw/source/ui/wrtsh/wrtsh4.cxx
index 9f8ba07ce204..0373d81e0fc1 100644
--- a/sw/source/ui/wrtsh/wrtsh4.cxx
+++ b/sw/source/ui/wrtsh/wrtsh4.cxx
@@ -235,7 +235,7 @@ sal_Bool SwWrtShell::_BwdSentence()
Pop();
return 1;
}
- if( !GoPrevSentence() && !IsSttPara() )
+ if( !GoStartSentence() && !IsSttPara() )
// nicht gefunden --> an den Absatz Anfang
SwCrsrShell::MovePara( fnParaCurr, fnParaStart );
ClearMark();