Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix Bugzilla bug 188431-NPE When Trying to Export a Specific Report to PowerPoint PPT

- Summary:Fix Bugzilla bug 188431-NPE When Trying to Export a Specific Report to PowerPoint PPT

- Bugzilla Bug (s) Resolved: 188431

- Description:
Previous PPT render deal with all the image content according to the URI. But chart item is rendered as image and its image content has no URI.
Change to get chart item's image data directly without rely on URI.

- Tests Description: Manual test and code review

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

- Files Edited:

/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTRender.java



- Files Added:



- Files Deleted:

 

Hongchang Lin


Back to the top