summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-06 11:54:01 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-06 17:13:58 +0200
commit80891ead730bf1df084d84e89157e5411f3ae0bc (patch)
treefeb973f48a0433b7663b5846bc03f3d2d6642787
parent6dc9552e22952f83d9ee16870eae9e1f2a2ca2fa (diff)
guess.cxx tweak bad translation
Change-Id: Ib93f1a08686826d75ad96f0c21590b0baad3b150
-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 fa0a3799d478..b7545c8dfe6c 100644
--- a/sw/source/core/text/guess.cxx
+++ b/sw/source/core/text/guess.cxx
@@ -192,7 +192,7 @@ sal_Bool SwTxtGuess::Guess( const SwTxtPortion& rPor, SwTxtFormatInfo &rInf,
nBreakWidth = nMinSize;
// The following comparison should always give sal_True, otherwise
- // a pixel rounding error in GetTxtBreak will appear
+ // there likely has been a pixel rounding error in GetTxtBreak
if ( nBreakWidth <= nLineWidth )
{
if( nItalic && ( nBreakPos + 1 ) >= rInf.GetTxt().Len() )