Keep field 6 intact

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353673 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2005-05-05 13:38:09 +00:00
parent e88d77492c
commit 293cb49fca
1 changed files with 1 additions and 2 deletions

View File

@ -287,8 +287,7 @@ public class ColumnInfoRecord
LittleEndian.putShort(data, 8 + offset, getColumnWidth());
LittleEndian.putShort(data, 10 + offset, getXFIndex());
LittleEndian.putShort(data, 12 + offset, getOptions());
LittleEndian.putShort(data, 14 + offset,
( short ) 0x0); // retval[14] = 0;
LittleEndian.putShort(data, 14 + offset, field_6_reserved);
return getRecordSize();
}