Remove TODO comment
This commit is contained in:
parent
a56aa1e4bb
commit
b228bb9333
1 changed files with 1 additions and 3 deletions
|
@ -71,9 +71,7 @@ public class ODFPageSplitter {
|
||||||
} else {
|
} else {
|
||||||
Debug.printNode(child);
|
Debug.printNode(child);
|
||||||
System.exit(1);
|
System.exit(1);
|
||||||
|
|
||||||
}
|
}
|
||||||
//TODO: IF fo:break before in original table - don't create SPB
|
|
||||||
|
|
||||||
if (style == null || !"page".equals(style.getProperty(FO_BREAK_BEFORE))){
|
if (style == null || !"page".equals(style.getProperty(FO_BREAK_BEFORE))){
|
||||||
onode.insertBefore(softPageBreak.cloneNode(false), child);
|
onode.insertBefore(softPageBreak.cloneNode(false), child);
|
||||||
|
|
Loading…
Add table
Reference in a new issue