You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Mark <ma...@inomial.com> on 2001/07/14 07:22:15 UTC

[PATCH] TableRow.java build error fix

This cvs diff TableRow.java shows the little change I made to make
TableRow compile,sorry it's not a unified diff but the CVS server seems
to come and go quite a bit!

Cheers
Mark


240c240
< 	    int breakStatus = propMgr.checkBreakBefore();
---
> 	    int breakStatus = propMgr.checkBreakBefore(area);