sorting of PAPX is not required, it will be replaced with full rewrite later
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1145280 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4e96b040a3
commit
8371f13c4d
@ -20,7 +20,6 @@ package org.apache.poi.hwpf.model;
|
||||
import java.io.IOException;
|
||||
import java.io.OutputStream;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
|
||||
import org.apache.poi.hwpf.model.io.HWPFFileSystem;
|
||||
import org.apache.poi.hwpf.model.io.HWPFOutputStream;
|
||||
@ -87,7 +86,7 @@ public class PAPBinTable
|
||||
_paragraphs.add(papx);
|
||||
}
|
||||
}
|
||||
Collections.sort( _paragraphs, PropertyNode.StartComparator.instance );
|
||||
|
||||
_dataStream = dataStream;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user