pbwest      2002/11/05 06:23:29

  Modified:    src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design
                        FOAttributes.java
  Log:
  Removed foTree field.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.12  +3 -7      xml-fop/src/org/apache/fop/fo/Attic/FOAttributes.java
  
  Index: FOAttributes.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/FOAttributes.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FOAttributes.java 30 Oct 2002 14:45:38 -0000      1.1.2.11
  +++ FOAttributes.java 5 Nov 2002 14:23:29 -0000       1.1.2.12
  @@ -78,8 +78,6 @@
       private static Integer[] integerArray
                                       = new Integer[] { Ints.consts.get(0) };
   
  -    private FONode foNode;
  -
       /**
        * Construct an <i>FOAttributes</i> object.
        * <p>The <tt>Attributes</tt> object on the event is scanned, and each
  @@ -103,8 +101,6 @@
           // an "invented" FopageSequenceMaster.  The default initialisation
           // includes an empty foAttrMap HashMap.
           if (event == null) return;
  -
  -        this.foNode = foNode;
   
           // Create the foAttrMap.
           Attributes attributes = event.getAttributes();
  
  
  

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

Reply via email to