Do not split by outline when niether rdf separation, nor split by outline, nor greenstone separation.

This commit is contained in:
Georgy Litvinov 2021-02-12 23:50:07 +01:00
parent 001fbd2acc
commit 3c10ed4b1c

View file

@ -160,7 +160,7 @@ public class Separator {
} }
private boolean noSplitNeeded(int pageNum, int curLevel) { private boolean noSplitNeeded(int pageNum, int curLevel) {
return !greenstoneSeparation && !pagination && !isSplitTime(curLevel,pageNum); return !greenstoneSeparation && !rdfSeparation && splitLevel == 0 && !isSplitTime(curLevel,pageNum);
} }
private void addToCommentStack(String sLevel) { private void addToCommentStack(String sLevel) {