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 ar...@apache.org on 2001/02/10 04:31:35 UTC

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

arved       01/02/09 19:31:35

  Modified:    src/org/apache/fop/fo/flow TableCell.java
  Log:
  store FO creator (MIF support)
  
  Revision  Changes    Path
  1.25      +2 -1      xml-fop/src/org/apache/fop/fo/flow/TableCell.java
  
  Index: TableCell.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/TableCell.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- TableCell.java	2001/01/25 15:05:53	1.24
  +++ TableCell.java	2001/02/10 03:31:35	1.25
  @@ -1,4 +1,4 @@
  -/*-- $Id: TableCell.java,v 1.24 2001/01/25 15:05:53 eschaeffer Exp $ --
  +/*-- $Id: TableCell.java,v 1.25 2001/02/10 03:31:35 arved Exp $ --
   
    ============================================================================
   									 The Apache Software License, Version 1.1
  @@ -260,6 +260,7 @@
   			new AreaContainer(fs, startOffset - area.borderWidthLeft,
   															- area.borderWidthTop + ((this.marker ==0) ? spaceBefore : 0),
   													width, area.spaceLeft(), Position.RELATIVE);
  +	areaContainer.foCreator=this;	// G Seshadri
   	areaContainer.setPage(area.getPage());
   	areaContainer.setPadding(paddingTop, paddingLeft, paddingBottom,
   					 paddingRight);