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 bc...@apache.org on 2004/10/19 23:50:14 UTC

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

bckfnn      2004/10/19 14:50:14

  Modified:    src/java/org/apache/fop/fo/flow BlockContainer.java
  Log:
  Third phase of performance improvement.
  PR: 31699
  
  Revision  Changes    Path
  1.29      +0 -1      xml-fop/src/java/org/apache/fop/fo/flow/BlockContainer.java
  
  Index: BlockContainer.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/BlockContainer.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- BlockContainer.java	19 Oct 2004 13:45:36 -0000	1.28
  +++ BlockContainer.java	19 Oct 2004 21:50:14 -0000	1.29
  @@ -196,7 +196,6 @@
        */
       public void addLayoutManager(List list) {    
           BlockContainerLayoutManager blm = new BlockContainerLayoutManager(this);
  -        blm.setOverflow(getPropEnum(PR_OVERFLOW));
           list.add(blm);
       }
   
  
  
  

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