mirror of https://github.com/apache/poi.git
fix: sort bookmarks start indices
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f63f2bdbc3
commit
3962b41951
|
@ -144,6 +144,7 @@ public class BookmarksImpl implements Bookmarks
|
|||
Collections.sort( updated, PropertyNode.EndComparator.instance );
|
||||
entry.setValue( updated );
|
||||
}
|
||||
Arrays.sort( indices );
|
||||
|
||||
this.sortedDescriptors = result;
|
||||
this.sortedStartPositions = indices;
|
||||
|
|
Loading…
Reference in New Issue