summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-28 17:21:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-28 20:05:27 +0100
commitfac7d76d447fd38a690144c6a0d1a427b2273215 (patch)
treeafcd3f87a82d25c343358ee34a9eae3433bede63 /sw
parentf902ddfafe279ba5c3ee2192e24d1d7aa2817a0e (diff)
duplicate comments
Change-Id: I52d51ced4f6792b4b34672da0f3529449cd022b0
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/text/frmform.cxx2
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);