arved       01/07/14 17:17:13

  Modified:    src/org/apache/fop/fo/flow TableRow.java
  Log:
  Weiqi Gao: checkBreakBefore signature
  
  Revision  Changes    Path
  1.47      +2 -2      xml-fop/src/org/apache/fop/fo/flow/TableRow.java
  
  Index: TableRow.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/TableRow.java,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- TableRow.java     2001/07/11 21:27:36     1.46
  +++ TableRow.java     2001/07/15 00:17:13     1.47
  @@ -1,4 +1,4 @@
  -/*-- $Id: TableRow.java,v 1.46 2001/07/11 21:27:36 klease Exp $ --
  +/*-- $Id: TableRow.java,v 1.47 2001/07/15 00:17:13 arved Exp $ --
    * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
    * For details on use and redistribution please refer to the
    * LICENSE file included with these sources.
  @@ -237,7 +237,7 @@
            }
   
            this.marker = 0;
  -         int breakStatus = propMgr.checkBreakBefore();
  +         int breakStatus = propMgr.checkBreakBefore(area);
            if (breakStatus != Status.OK)
                return new Status(breakStatus);
        }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to