You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2012/02/15 15:55:13 UTC

svn commit: r1244517 - /incubator/ooo/trunk/main/sw/source/core/text/guess.cxx

Author: pfg
Date: Wed Feb 15 14:55:13 2012
New Revision: 1244517

URL: http://svn.apache.org/viewvc?rev=1244517&view=rev
Log:
i20878 - Add comment with BZ issue for reference. Credit for the fix belongs to gang65.

Modified:
    incubator/ooo/trunk/main/sw/source/core/text/guess.cxx

Modified: incubator/ooo/trunk/main/sw/source/core/text/guess.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/source/core/text/guess.cxx?rev=1244517&r1=1244516&r2=1244517&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/source/core/text/guess.cxx (original)
+++ incubator/ooo/trunk/main/sw/source/core/text/guess.cxx Wed Feb 15 14:55:13 2012
@@ -230,7 +230,7 @@ sal_Bool SwTxtGuess::Guess( const SwTxtP
                      CH_FULL_BLANK == cCutChar ) )
                 --nBreakPos;
         }
-        else
+        else //#i20878#
         {
             while( nX && nBreakPos > rInf.GetLineStart() + 1 &&            
                    ( CH_BLANK == ( cCutChar = rInf.GetChar( --nX ) ) ||