Bug 44296 - HSLF Not Extracting Slide Background Image
Summary: HSLF Not Extracting Slide Background Image
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSLF (show other bugs)
Version: 3.0-FINAL
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-25 09:57 UTC by todd sharp
Modified: 2008-01-25 11:41 UTC (History)
0 users



Attachments
powerpoint file that is used to reproduce error (359.00 KB, application/vnd.ms-powerpoint)
2008-01-25 09:58 UTC, todd sharp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description todd sharp 2008-01-25 09:57:12 UTC
The following code is returning null for the attached PPT.

thisSlide = slides[0];
thisSlide.getBackground().getFill().getPictureData();
Comment 1 todd sharp 2008-01-25 09:58:20 UTC
Created attachment 21428 [details]
powerpoint file that is used to reproduce error
Comment 2 Yegor Kozlov 2008-01-25 11:41:04 UTC
Fixed and committed to svn (trunk). 

Yegor