]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
K. Liddle: footnote height/id reference problem fixes
authorarved <arved@unknown>
Tue, 1 May 2001 00:58:37 +0000 (00:58 +0000)
committerarved <arved@unknown>
Tue, 1 May 2001 00:58:37 +0000 (00:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194227 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/flow/TableBody.java

index 408be1e560bc51c8b6df71a926705012de678b47..b0ad61406e80b88091ccd726cd42bba098086403 100644 (file)
@@ -270,6 +270,7 @@ public class TableBody extends FObj {
                                                }
                                                lastRow = row;
                                                area.setMaxHeight(area.getMaxHeight() - spaceLeft + this.areaContainer.getMaxHeight());
+                                               spaceLeft = area.spaceLeft();
                                }
                                area.addChild(areaContainer);
                                areaContainer.end();
@@ -298,5 +299,6 @@ public class TableBody extends FObj {
                                                area.increaseHeight(-spaceAfter);
                                }
                                this.resetMarker();
+                               this.removeID(area.getIDReferences());
                }
 }