diff options
-rw-r--r-- | sw/source/core/text/frmform.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/text/frmform.cxx b/sw/source/core/text/frmform.cxx index f85215dc78f6..b9a037775595 100644 --- a/sw/source/core/text/frmform.cxx +++ b/sw/source/core/text/frmform.cxx @@ -1899,8 +1899,6 @@ bool SwTextFrm::FormatQuick( bool bForceQuickFormat ) do { sal_Int32 nNewStart = aLine.FormatLine(nStart); - // Check for special case: line is invisible, - // like in too thin table cell: tdf#66141 bool bThisLayoutIsZeroWidth = (nNewStart == nStart); nStart = nNewStart; bool bWillEndlessInsert = (bPreviousLayoutWasZeroWidth && bThisLayoutIsZeroWidth); |