]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
bpBeforeNormal and bpAfterNormal already include border-separation, no need to re...
authorVincent Hennebert <vhennebert@apache.org>
Wed, 27 Feb 2008 15:09:06 +0000 (15:09 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Wed, 27 Feb 2008 15:09:06 +0000 (15:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@631609 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/table/ActiveCell.java

index c1e4ae61920f051f79193a1fba185f7ee34306af..46544700b600977af90e49db21e8b99b47994516 100644 (file)
@@ -160,7 +160,6 @@ class ActiveCell {
         if (makeBoxForWholeRow) {
             elementList = new java.util.ArrayList(1);
             int height = row.getHeight().opt;
-            height -= 2 * tableLM.getHalfBorderSeparationBPD();
             height -= bpBeforeNormal + bpAfterNormal;
             elementList.add(new KnuthBoxCellWithBPD(height));
         } else {