https://issues.apache.org/bugzilla/show_bug.cgi?id=56380
--- Comment #2 from Dominik Stadler <[email protected]> --- I found the culprit in HSSFComment.setShapeId(int shapeId): However I am not sure why this is in there in the first place and what will happen if we remove this here, need to discuss on the dev-mailing list first... cod.setObjectId((short) (shapeId % 1024)); _note.setShapeId(shapeId % 1024); -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
