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 pb...@apache.org on 2002/09/15 07:20:50 UTC

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

pbwest      2002/09/14 22:20:50

  Modified:    src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java
  Log:
  Changed call to FOAttributes constructor to include node reference
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.19.2.5  +3 -3      xml-fop/src/org/apache/fop/fo/FONode.java
  
  Index: FONode.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/FONode.java,v
  retrieving revision 1.19.2.4
  retrieving revision 1.19.2.5
  diff -u -r1.19.2.4 -r1.19.2.5
  --- FONode.java	3 Sep 2002 03:28:41 -0000	1.19.2.4
  +++ FONode.java	15 Sep 2002 05:20:50 -0000	1.19.2.5
  @@ -95,7 +95,7 @@
           propertyStacks = foTree.propertyStacks;
           exprParser = foTree.exprParser;
           id = foTree.nextNodeID();
  -        foAttributes = new FOAttributes(event);
  +        foAttributes = new FOAttributes(event, this);
           if ( ! (attrSet == MARKER)) {
               processProperties();
           }
  
  
  

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