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 bc...@apache.org on 2004/10/08 12:07:40 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo/pagination PageSequence.java

bckfnn      2004/10/08 03:07:40

  Modified:    src/java/org/apache/fop/fo/pagination PageSequence.java
  Log:
  Fix missing static-content regression.
  
  Revision  Changes    Path
  1.47      +2 -0      xml-fop/src/java/org/apache/fop/fo/pagination/PageSequence.java
  
  Index: PageSequence.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/pagination/PageSequence.java,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- PageSequence.java	26 Sep 2004 13:51:00 -0000	1.46
  +++ PageSequence.java	8 Oct 2004 10:07:40 -0000	1.47
  @@ -220,6 +220,8 @@
               super.addChildNode(child); // For getChildren
           } else if (childId == FO_STATIC_CONTENT) {
               addFlow((StaticContent) child);
  +            String flowName = ((StaticContent) child).getPropString(PR_FLOW_NAME);
  +            flowMap.put(flowName, child);
               startStructuredPageSequence();
           }
       }
  
  
  

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