diff options
-rw-r--r-- | sw/source/core/text/frmform.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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: |