[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sw/source
Noel Power
noelp at kemper.freedesktop.org
Wed Jun 1 04:03:34 PDT 2011
sw/source/ui/wrtsh/wrtsh4.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d1a735e8a8d52f7a4f9f2d63f403215bdc5f0561
Author: jeffrey <jeffrey at linux-ow08.site>
Date: Wed Jun 1 23:22:17 2011 +0800
Made changes to fix sentence delete in bug 34786.
Signed-off-by: Noel Power <noel.power at novell.com>
diff --git a/sw/source/ui/wrtsh/wrtsh4.cxx b/sw/source/ui/wrtsh/wrtsh4.cxx
index 9469ff2..f455338 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();
More information about the Libreoffice-commits
mailing list