diff options
author | Keiron Liddle <keiron@apache.org> | 2002-08-16 13:06:38 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-08-16 13:06:38 +0000 |
commit | 5c677a5dced5328af12ef96303015e4656f385e5 (patch) | |
tree | 3f4a603147a3921be6b8d61b652912206d8a4966 /src/org/apache/fop/layoutmgr | |
parent | 2bddcdef54e1544953538649d643b11476c2ea61 (diff) | |
download | xmlgraphics-fop-5c677a5dced5328af12ef96303015e4656f385e5.tar.gz xmlgraphics-fop-5c677a5dced5328af12ef96303015e4656f385e5.zip |
cleanuup, updated status for line height
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195090 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/org/apache/fop/layoutmgr')
-rw-r--r-- | src/org/apache/fop/layoutmgr/LineBPLayoutManager.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/org/apache/fop/layoutmgr/LineBPLayoutManager.java b/src/org/apache/fop/layoutmgr/LineBPLayoutManager.java index eebec2529..337980d2c 100644 --- a/src/org/apache/fop/layoutmgr/LineBPLayoutManager.java +++ b/src/org/apache/fop/layoutmgr/LineBPLayoutManager.java @@ -456,10 +456,6 @@ public class LineBPLayoutManager extends InlineStackingBPLayoutManager { BreakPoss curLineBP = new BreakPoss( new LineBreakPosition(this, m_vecInlineBreaks.size() - 1, dAdjust, lineLead + middlefollow, lineLead)); - /* FIX ME!! - * Need to calculate line height based on all inline BP info - * for this line not just the current inlineBP! - */ curLineBP.setFlag(BreakPoss.ISLAST, isFinished()); curLineBP.setStackingSize(new MinOptMax(lineLead + middlefollow)); return curLineBP; |