summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2012-02-15 13:55:13 +0000
committerPedro Giffuni <pfg@apache.org>2012-02-15 13:55:13 +0000
commit746a6b30a9c7ba6e94fa5b787effead7b2e84337 (patch)
tree3bc4992d2286c4bf8a60f222410ddf311a1fbcc4
parent17bbcc221dbf9eea77acb4adcfd88ac802af985c (diff)
i20878 - Add comment with BZ issue for reference. Credit for the fix belongs to gang65.
-rw-r--r--sw/source/core/text/guess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/guess.cxx b/sw/source/core/text/guess.cxx
index 22f500301854..714374bb0313 100644
--- a/sw/source/core/text/guess.cxx
+++ b/sw/source/core/text/guess.cxx
@@ -230,7 +230,7 @@ sal_Bool SwTxtGuess::Guess( const SwTxtPortion& rPor, SwTxtFormatInfo &rInf,
CH_FULL_BLANK == cCutChar ) )
--nBreakPos;
}
- else
+ else //#i20878#
{
while( nX && nBreakPos > rInf.GetLineStart() + 1 &&
( CH_BLANK == ( cCutChar = rInf.GetChar( --nX ) ) ||