Changed initial palette pos to -1 so we know when it has been set.

Part of fix for 16559


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353401 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason Height 2003-10-14 22:44:55 +00:00
parent 351a6859f5
commit 1736810bb7
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class WorkbookRecordList
private int namepos = 0; // holds the position of last name record
private int supbookpos = 0; // holds the position of sup book
private int externsheetPos = 0;// holds the position of the extern sheet
private int palettepos = 0; // hold the position of the palette, if applicable
private int palettepos = -1; // hold the position of the palette, if applicable
public void setRecords( List records )