Bug 28083 - [PATCH] sprmPChgTabsPapx causes exception in ParagraphSprmUncompressor.java
Summary: [PATCH] sprmPChgTabsPapx causes exception in ParagraphSprmUncompressor.java
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HDF (show other bugs)
Version: unspecified
Hardware: Other other
: P3 critical (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-31 10:01 UTC by Piers
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
Fix for ParagraphSprmUncompressor.java (730 bytes, patch)
2004-03-31 10:04 UTC, Piers
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piers 2004-03-31 10:01:43 UTC
If a papx deletes tab positions as well as adding them then the offset 
calculation fails to find the offset of the itbdAddMax. 
An exception is generated due to the value read into itbdAddMax being 
incorrect, or the tabs defined are incorrectly read in from another part of the 
grpprl.
Comment 1 Piers 2004-03-31 10:04:04 UTC
Created attachment 11072 [details]
Fix for ParagraphSprmUncompressor.java