[Libreoffice-commits] .: sw/source

Noel Power noelp at kemper.freedesktop.org
Wed Jun 1 06:49:06 PDT 2011


 sw/source/ui/wrtsh/wrtsh4.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d21c4b1cac55c147e0adcc67e40b92263f8a66c5
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 1cfda6c..0e5352c 100644
--- a/sw/source/ui/wrtsh/wrtsh4.cxx
+++ b/sw/source/ui/wrtsh/wrtsh4.cxx
@@ -234,7 +234,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