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

(-)hwpf/sprm/ParagraphSprmUncompressor.java (-1 / +1 lines)
Lines 444-450 Link Here
444
    for (int x = 0; x < delSize; x++)
444
    for (int x = 0; x < delSize; x++)
445
    {
445
    {
446
      tabMap.remove(new Integer(LittleEndian.getInt(grpprl, offset)));
446
      tabMap.remove(new Integer(LittleEndian.getInt(grpprl, offset)));
447
      offset += LittleEndian.INT_SIZE;;
447
      offset += LittleEndian.SHORT_SIZE;
448
    }
448
    }
449
449
450
    int addSize = grpprl[offset++];
450
    int addSize = grpprl[offset++];

Return to bug 28083