summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itrpaint.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/itrpaint.cxx')
-rw-r--r--sw/source/core/text/itrpaint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/itrpaint.cxx b/sw/source/core/text/itrpaint.cxx
index ef262333c4a7..cd76aa2a0b13 100644
--- a/sw/source/core/text/itrpaint.cxx
+++ b/sw/source/core/text/itrpaint.cxx
@@ -307,7 +307,7 @@ void SwTextPainter::DrawTextLine( const SwRect &rPaint, SwSaveClip &rClip,
// 6168: Avoid that the rest of a FieldPortion gets the attributes of the
// next portion with SeekAndChgBefore():
- if( ( bRest && pPor->InFieldGrp() && !pPor->GetLen() ) )
+ if( bRest && pPor->InFieldGrp() && !pPor->GetLen() )
SeekAndChgBefore( GetInfo() );
else if ( pPor->IsQuoVadisPortion() )
{