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 sp...@apache.org on 2006/12/20 09:45:55 UTC

svn commit: r488966 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableCell.java

Author: spepping
Date: Wed Dec 20 00:45:54 2006
New Revision: 488966

URL: http://svn.apache.org/viewvc?view=rev&rev=488966
Log:
Remove unused attributes from TableCell. Patch by Richard Wheeldon
<ri...@geoquip-rnd.demon.co.uk>. ASF Bugzilla Bug 41009.

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableCell.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableCell.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableCell.java?view=diff&rev=488966&r1=488965&r2=488966
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableCell.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableCell.java Wed Dec 20 00:45:54 2006
@@ -67,36 +67,6 @@
     private boolean blockItemFound = false;
 
     /**
-     * Offset of content rectangle in inline-progression-direction,
-     * relative to table.
-     */
-    protected int startOffset;
-
-    /**
-     * Offset of content rectangle, in block-progression-direction,
-     * relative to the row.
-     */
-    protected int beforeOffset = 0;
-
-    /**
-     * Offset of content rectangle, in inline-progression-direction,
-     * relative to the column start edge.
-     */
-    protected int startAdjust = 0;
-
-    /**
-     * Adjust to theoretical column width to obtain content width
-     * relative to the column start edge.
-     */
-    protected int widthAdjust = 0;
-
-    /** For collapsed border style */
-    protected int borderHeight = 0;
-
-    /** Ypos of cell ??? */
-    protected int top;
-
-    /**
      * @param parent FONode that is the parent of this object
      */
     public TableCell(FONode parent) {
@@ -172,15 +142,6 @@
     /** @see org.apache.fop.fo.FObj#generatesReferenceAreas() */
     public boolean generatesReferenceAreas() {
         return true;
-    }
-
-    /**
-     * Set position relative to table (set by body?)
-     * 
-     * @param offset    new offset
-     */
-    public void setStartOffset(int offset) {
-        startOffset = offset;
     }
 
     /**



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