mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Fix one-off error at referencing adjust values for HSLF preset shapes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868460 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
08b68b5141
commit
607a6496b0
@ -337,7 +337,7 @@ public abstract class HSLFSimpleShape extends HSLFShape implements SimpleShape<H
|
||||
}
|
||||
|
||||
|
||||
EscherPropertyTypes escherProp = ADJUST_VALUES[adjInt];
|
||||
EscherPropertyTypes escherProp = ADJUST_VALUES[adjInt-1];
|
||||
|
||||
int adjval = getEscherProperty(escherProp, -1);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user