Kaydet (Commit) c420f36d authored tarafından Justin Luth's avatar Justin Luth

remove dead comment.

The code that this comment documented was /* ... */ commented out
in 2004 commit ed9a3e51

That dead block of code was removed in 2010 commit
6eb5f64f
but they didn't take the comment out with it.

Change-Id: Id0ef75c09bd060e2621400492fb404eebbee6385
Reviewed-on: https://gerrit.libreoffice.org/41581Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJustin Luth <justin_luth@sil.org>
üst 9cabd72e
......@@ -2410,13 +2410,6 @@ void WW8TabDesc::CalcDefaults()
nMinCols = pR->nSwCols;
}
/*
#i9718#
Find the largest of the borders on cells that adjoin top bottom and remove
the val from the top and put in on the bottom cell. I can't seem to make
disjoint upper and lowers to see what happens there.
*/
if ((m_nMinLeft && !m_bIsBiDi && text::HoriOrientation::LEFT == m_eOri) ||
(m_nMinLeft != -108 && m_bIsBiDi && text::HoriOrientation::RIGHT == m_eOri)) // Word sets the first nCenter value to -108 when no indent is used
m_eOri = text::HoriOrientation::LEFT_AND_WIDTH; // absolutely positioned
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment