summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2017-08-25 15:28:54 -0400
committerJustin Luth <justin_luth@sil.org>2017-08-26 00:58:53 +0200
commitc420f36d9a19bb0b9da5cefa0c1b54b60ccb41a8 (patch)
tree60bd38298437190319d9e4b2b7861970c91f7007 /sw
parent9cabd72ef14e19897f4d6f078758ac8b1aa6c02f (diff)
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@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8par2.cxx7
1 files changed, 0 insertions, 7 deletions
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