Remove TODO comment
This commit is contained in:
parent
a56aa1e4bb
commit
b228bb9333
1 changed files with 1 additions and 3 deletions
|
@ -71,10 +71,8 @@ public class ODFPageSplitter {
|
|||
} else {
|
||||
Debug.printNode(child);
|
||||
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))){
|
||||
onode.insertBefore(softPageBreak.cloneNode(false), child);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue