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:
Sergey Vladimirov 2011-07-25 10:40:47 +00:00
parent f63f2bdbc3
commit 3962b41951
1 changed files with 1 additions and 0 deletions

View File

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