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 gm...@apache.org on 2004/11/11 07:38:11 UTC

cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr/list Item.java

gmazza      2004/11/10 22:38:11

  Modified:    src/java/org/apache/fop/layoutmgr
                        InlineStackingLayoutManager.java
               src/java/org/apache/fop/layoutmgr/list Item.java
  Log:
  Two unneeded implementations of initProperties() removed.  (May not be able
  to remove all due to processing logic requirements, but these two at
  least weren't needed.)
  
  Revision  Changes    Path
  1.16      +0 -6      xml-fop/src/java/org/apache/fop/layoutmgr/InlineStackingLayoutManager.java
  
  Index: InlineStackingLayoutManager.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/InlineStackingLayoutManager.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- InlineStackingLayoutManager.java	20 Oct 2004 21:07:02 -0000	1.15
  +++ InlineStackingLayoutManager.java	11 Nov 2004 06:38:11 -0000	1.16
  @@ -88,12 +88,6 @@
        */
       public InlineStackingLayoutManager(FObj node) {
           super(node);
  -    }
  -
  -    /**
  -     * @see org.apache.fop.layoutmgr.AbstractLayoutManager#initProperties()
  -     */
  -    protected void initProperties() {
           extraBPD = new MinOptMax(0);
       }
   
  
  
  
  1.11      +0 -6      xml-fop/src/java/org/apache/fop/layoutmgr/list/Item.java
  
  Index: Item.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/list/Item.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Item.java	20 Oct 2004 13:39:33 -0000	1.10
  +++ Item.java	11 Nov 2004 06:38:11 -0000	1.11
  @@ -67,12 +67,6 @@
       }
   
       /**
  -     * @see org.apache.fop.layoutmgr.AbstractLayoutManager#initProperties()
  -     */
  -    protected void initProperties() {
  -    }
  -
  -    /**
        * Get the next break possibility for this cell.
        * A cell contains blocks so there are breaks around the blocks
        * and inside the blocks.
  
  
  

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