Browse Source

TODO-comment also removed...

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555681 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_94
Andreas L. Delmelle 17 years ago
parent
commit
39aecb631c
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java

+ 0
- 2
src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java View File

knuthParagraphs = new ArrayList(); knuthParagraphs = new ArrayList();


// here starts Knuth's algorithm // here starts Knuth's algorithm
//TODO availIPD should not really be used here, so we can later support custom line
//widths for for each line (side-floats, differing available IPD after page break)
collectInlineKnuthElements(context); collectInlineKnuthElements(context);
} else { } else {
// this method has been called before // this method has been called before

Loading…
Cancel
Save