[Libreoffice-commits] core.git: sw/source
Justin Luth
justin_luth at sil.org
Fri Aug 25 23:02:40 UTC 2017
sw/source/filter/ww8/ww8par2.cxx | 7 -------
1 file changed, 7 deletions(-)
New commits:
commit c420f36d9a19bb0b9da5cefa0c1b54b60ccb41a8
Author: Justin Luth <justin_luth at sil.org>
Date: Fri Aug 25 15:28:54 2017 -0400
remove dead comment.
The code that this comment documented was /* ... */ commented out
in 2004 commit ed9a3e51ef9353dd028126496a1a105570dc48a2
That dead block of code was removed in 2010 commit
6eb5f64fd829338614d12212ad9c03ec616f3436
but they didn't take the comment out with it.
Change-Id: Id0ef75c09bd060e2621400492fb404eebbee6385
Reviewed-on: https://gerrit.libreoffice.org/41581
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Justin Luth <justin_luth at sil.org>
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index 32b7747e669e..e2238338b95f 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -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
More information about the Libreoffice-commits
mailing list