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:
parent
e88d77492c
commit
293cb49fca
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user