You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2007/07/12 18:18:34 UTC

svn commit: r555681 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java

Author: adelmelle
Date: Thu Jul 12 09:18:33 2007
New Revision: 555681

URL: http://svn.apache.org/viewvc?view=rev&rev=555681
Log:
TODO-comment also removed...

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java?view=diff&rev=555681&r1=555680&r2=555681
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java Thu Jul 12 09:18:33 2007
@@ -591,8 +591,6 @@
             knuthParagraphs = new ArrayList();
 
             // 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);
         } else {
             // this method has been called before



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org