Do not split by outline when niether rdf separation, nor split by outline, nor greenstone separation.
This commit is contained in:
parent
001fbd2acc
commit
3c10ed4b1c
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ public class Separator {
|
|||
}
|
||||
|
||||
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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue