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 2005/05/13 02:11:01 UTC

cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr/table TableRowIterator.java ColumnSetup.java

gmazza      2005/05/12 17:11:01

  Modified:    src/java/org/apache/fop/layoutmgr/table Tag:
                        Temp_KnuthStylePageBreaking TableRowIterator.java
                        ColumnSetup.java
  Log:
  Eclipse is so cool.  It lets us know when we have unused imports.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.8   +2 -2      xml-fop/src/java/org/apache/fop/layoutmgr/table/Attic/TableRowIterator.java
  
  Index: TableRowIterator.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/table/Attic/TableRowIterator.java,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -r1.1.2.7 -r1.1.2.8
  --- TableRowIterator.java	11 May 2005 15:13:48 -0000	1.1.2.7
  +++ TableRowIterator.java	13 May 2005 00:11:01 -0000	1.1.2.8
  @@ -30,7 +30,7 @@
   import org.apache.fop.fo.flow.TableColumn;
   import org.apache.fop.fo.flow.TableRow;
   import org.apache.fop.fo.properties.CommonBorderPaddingBackground;
  -import org.apache.fop.traits.MinOptMax;
  +
   
   /**
    * <p>Iterator that lets the table layout manager step over all rows of a table.
  
  
  
  1.1.2.3   +1 -2      xml-fop/src/java/org/apache/fop/layoutmgr/table/Attic/ColumnSetup.java
  
  Index: ColumnSetup.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/table/Attic/ColumnSetup.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- ColumnSetup.java	6 Apr 2005 13:08:34 -0000	1.1.2.2
  +++ ColumnSetup.java	13 May 2005 00:11:01 -0000	1.1.2.3
  @@ -26,7 +26,6 @@
   import org.apache.commons.logging.LogFactory;
   
   import org.apache.fop.fo.flow.Table;
  -import org.apache.fop.fo.flow.TableCell;
   import org.apache.fop.fo.flow.TableColumn;
   
   /**
  
  
  

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