gmazza      2004/03/16 19:54:53

  Modified:    src/java/org/apache/fop/layoutmgr AddLMVisitor.java
  Log:
  Unneeded line of code removed.
  
  Revision  Changes    Path
  1.33      +1 -2      xml-fop/src/java/org/apache/fop/layoutmgr/AddLMVisitor.java
  
  Index: AddLMVisitor.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/AddLMVisitor.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- AddLMVisitor.java 12 Mar 2004 00:41:04 -0000      1.32
  +++ AddLMVisitor.java 17 Mar 2004 03:54:53 -0000      1.33
  @@ -189,7 +189,6 @@
           if (node.getChildren() != null) {
               InlineStackingLayoutManager lm;
               lm = new InlineStackingLayoutManager();
  -            Document doc = (Document)node.getFOTreeControl();
               lm.setUserAgent(node.getUserAgent());
               lm.setFObj(node);
               lm.setLMiter(new LMiter(lm, node.getChildren()));
  
  
  

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

Reply via email to