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 ar...@locus.apache.org on 2000/12/18 04:50:53 UTC

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

arved       00/12/17 19:50:52

  Modified:    src/org/apache/fop/fo/pagination PageSequence.java
  Log:
  Slight mods for BodyAreaContainer
  
  Revision  Changes    Path
  1.22      +3 -2      xml-fop/src/org/apache/fop/fo/pagination/PageSequence.java
  
  Index: PageSequence.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/pagination/PageSequence.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- PageSequence.java	2000/11/17 10:18:28	1.21
  +++ PageSequence.java	2000/12/18 03:50:52	1.22
  @@ -1,4 +1,4 @@
  -/*-- $Id: PageSequence.java,v 1.21 2000/11/17 10:18:28 fotis Exp $ -- 
  +/*-- $Id: PageSequence.java,v 1.22 2000/12/18 03:50:52 arved Exp $ -- 
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -59,6 +59,7 @@
   import org.apache.fop.fo.flow.StaticContent;
   import org.apache.fop.layout.Area;
   import org.apache.fop.layout.AreaContainer;
  +import org.apache.fop.layout.BodyAreaContainer;
   import org.apache.fop.layout.AreaTree;
   import org.apache.fop.layout.Page;
   import org.apache.fop.layout.PageMaster;
  @@ -299,7 +300,7 @@
               }
               else
               {
  -                AreaContainer bodyArea = currentPage.getBody();
  +                BodyAreaContainer bodyArea = currentPage.getBody();
                   bodyArea.setIDReferences(areaTree.getIDReferences());
   		
   		Flow flow = getCurrentFlow(RegionBody.REGION_CLASS);