From 08243fbab68e503241d158525f88c051bffb189e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 11 Nov 2014 16:34:35 +0000 Subject: coverity#1242754 Unused value Change-Id: I5e3d39b8f87e1496550c616928eab9166f624387 Reviewed-on: https://gerrit.libreoffice.org/12364 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- sw/source/core/text/frmform.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sw') diff --git a/sw/source/core/text/frmform.cxx b/sw/source/core/text/frmform.cxx index 98d6079cfbc1..24a66c8d34d3 100644 --- a/sw/source/core/text/frmform.cxx +++ b/sw/source/core/text/frmform.cxx @@ -1370,8 +1370,7 @@ void SwTxtFrm::_Format( SwTxtFormatter &rLine, SwTxtFormatInfo &rInf, rLine.TruncLines(); // Play it safe - bBreak = aFrmBreak.IsBreakNowWidAndOrp(rLine) && - ( !pPara->IsPrepMustFit() || rLine.GetLineNr() > 1 ); + aFrmBreak.IsBreakNowWidAndOrp(rLine); } /* Meaning if the following flags are set: -- cgit