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:
Andreas Beeker 2019-10-14 21:13:08 +00:00
parent 08b68b5141
commit 607a6496b0

View File

@ -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);