]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Eclipse is so cool. It lets us know when we have unused imports.
authorGlen Mazza <gmazza@apache.org>
Fri, 13 May 2005 00:11:01 +0000 (00:11 +0000)
committerGlen Mazza <gmazza@apache.org>
Fri, 13 May 2005 00:11:01 +0000 (00:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_KnuthStylePageBreaking@198619 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/table/ColumnSetup.java
src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java

index 8e260dc5ae8ac5873a23cdc2e8147970f59991e6..c732763e742b00553bb585f8ff142846a8a37675 100644 (file)
@@ -26,7 +26,6 @@ import org.apache.commons.logging.Log;
 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;
 
 /**
index 23b7032b2b54f14ba80e9256c58931efb953bdbf..e9e8665bbd4f64e13ce897d2cb5f4982433ab4d1 100644 (file)
@@ -30,7 +30,7 @@ import org.apache.fop.fo.flow.TableCell;
 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.