View | Details | Raw Unified | Return to bug 61059
Collapse All | Expand All

(-)a/src/java/org/apache/poi/ss/formula/ptg/NamePtg.java (-2 / +1 lines)
Lines 44-50 public final class NamePtg extends OperandPtg implements WorkbookDependentFormul Link Here
44
	/** Creates new NamePtg */
44
	/** Creates new NamePtg */
45
45
46
	public NamePtg(LittleEndianInput in)  {
46
	public NamePtg(LittleEndianInput in)  {
47
		field_1_label_index = in.readShort();
47
		field_1_label_index = in.readUShort();
48
		field_2_zero = in.readShort();
48
		field_2_zero = in.readShort();
49
	}
49
	}
50
50
51
- 

Return to bug 61059