Author: adelmelle
Date: Sun Feb  6 14:19:42 2011
New Revision: 1067672

URL: http://svn.apache.org/viewvc?rev=1067672&view=rev
Log:
Commit missing file from r1067670

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

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/FootnoteBodyLayoutManager.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/FootnoteBodyLayoutManager.java?rev=1067672&r1=1067671&r2=1067672&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/FootnoteBodyLayoutManager.java
 (original)
+++ 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/FootnoteBodyLayoutManager.java
 Sun Feb  6 14:19:42 2011
@@ -67,7 +67,7 @@ public class FootnoteBodyLayoutManager e
 
         // the Positions in positionList were inside the elements
         // created by the LineLM
-        StackingIter childPosIter = new 
StackingIter(positionList.listIterator());
+        PositionIterator childPosIter = new 
PositionIterator(positionList.listIterator());
 
         while ((childLM = childPosIter.getNextChildLM()) != null) {
             // set last area flag



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to