diff options
author | jeffrey <jeffrey@linux-ow08.site> | 2011-06-01 23:22:17 +0800 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-06-01 12:03:06 +0100 |
commit | d1a735e8a8d52f7a4f9f2d63f403215bdc5f0561 (patch) | |
tree | f6591fe6cf4e6dbbb0bf3bf7227aafb58d651c3f | |
parent | 5bc702e5487ba931b2707770a5e25a883bd89b76 (diff) |
Made changes to fix sentence delete in bug 34786.
Signed-off-by: Noel Power <noel.power@novell.com>
-rw-r--r-- | sw/source/ui/wrtsh/wrtsh4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/wrtsh/wrtsh4.cxx b/sw/source/ui/wrtsh/wrtsh4.cxx index 9469ff2245..f455338d17 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(); |