Bug 61363 - Unify escher shape id allocation
Summary: Unify escher shape id allocation
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 3.17-dev
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-30 23:07 UTC by Andreas Beeker
Modified: 2017-07-30 23:12 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Beeker 2017-07-30 23:07:55 UTC
Currently HSSF (via DrawingManager2) and HSLF (via HSLFSheet) have duplicated logic of allocating escher shape ids.

This patch unifies the handling.
Comment 1 Andreas Beeker 2017-07-30 23:12:15 UTC
Applied via r1803483