summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeffrey <jeffrey@linux-ow08.site>2011-06-01 23:22:17 +0800
committerNoel Power <noel.power@novell.com>2011-06-01 12:03:06 +0100
commitd1a735e8a8d52f7a4f9f2d63f403215bdc5f0561 (patch)
treef6591fe6cf4e6dbbb0bf3bf7227aafb58d651c3f
parent5bc702e5487ba931b2707770a5e25a883bd89b76 (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.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 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();