]> source.dussan.org Git - xmlgraphics-fop.git/commit
Fix a NPE when break-before is specified on the first row of a table, and when that...
authorVincent Hennebert <vhennebert@apache.org>
Thu, 26 Apr 2007 15:32:37 +0000 (15:32 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Thu, 26 Apr 2007 15:32:37 +0000 (15:32 +0000)
commit361470baa8019e77f2942c0c0997f1f00c5f08b7
tree955953809fb558cd205718e8b1fac959be78e5a4
parentc4e62b9f84065e5607ec383194ae0e337b4b73cb
Fix a NPE when break-before is specified on the first row of a table, and when that row contains a row-spanning cell.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@532780 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java
test/layoutengine/standard-testcases/table-row_break-before_row-span.xml [new file with mode: 0644]