Remove TODO comment

This commit is contained in:
Georgy Litvinov 2020-07-24 14:34:11 +02:00
parent a56aa1e4bb
commit b228bb9333

View file

@ -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);
}