Bug 43323

Summary: Cannot add Picture to ShapeGroup
Product: POI Reporter: Danno Ferrin <shemnon>
Component: HSLFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: 3.0-dev   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: Add parent to constructor and createSpContainer
Unit Test case

Description Danno Ferrin 2007-09-06 13:35:21 UTC
Picture lacks the constructor assigning a parent object, hence it cannot be
added to a ShapeGroup w/o corrupting the generated ppt
Comment 1 Danno Ferrin 2007-09-06 13:36:14 UTC
Created attachment 20778 [details]
Add parent to constructor and createSpContainer
Comment 2 Yegor Kozlov 2007-09-06 21:24:39 UTC
Thanks for the patch.
Any chance you provide a unit test? 

Yegor
Comment 3 Yegor Kozlov 2007-09-09 00:39:14 UTC
Patch applied. Thanks for it.

Regards,
Yegor
Comment 4 Danno Ferrin 2007-09-10 09:37:54 UTC
Created attachment 20788 [details]
Unit Test case