pbwest      2002/10/11 20:59:11

  Modified:    src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FoRoot.java
  Log:
  setupPageMasters() now done within the FoLayoutMasterSet constructor.  End event of 
layout-master-set flushed within FoLayoutMasterSet constructor.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.9   +3 -6      xml-fop/src/org/apache/fop/fo/Attic/FoRoot.java
  
  Index: FoRoot.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/FoRoot.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoRoot.java       9 Oct 2002 05:56:31 -0000       1.1.2.8
  +++ FoRoot.java       12 Oct 2002 03:59:11 -0000      1.1.2.9
  @@ -98,9 +98,6 @@
           } catch(PropertyException e) {
               throw new FOPException("PropertyException: " + e.getMessage());
           }
  -        layoutMasters.setupPageMasters();
  -        // Stub - flush the layout masters
  -        ev = xmlevents.getEndElement(ev);
           // Look for optional declarations
           try {
               xmlevents.expectStartElement
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to