https://issues.apache.org/bugzilla/show_bug.cgi?id=48593

--- Comment #2 from jdente <[email protected]> 2010-01-25 11:52:22 UTC 
---
(In reply to comment #1)
> Can you attach the template ppt? Evidently, the problem is in the way POI
> modifies existing ppt files. So, I need the source ppt to analyze what is
> wrong.
> 
> Yegor

I did not use a template ppt. Initially the ppt is created by simply using "new
SlideShow()" and then writing that slide show to a new *.ppt file. If you look
at the sample java program for demonstrating the bug, the very first run of the
program will create the new ppt file which is written during the save
operation. In order to reproduce the bug, the sample java program assumes that
the "threeSlides.ppt" file does not exist initially. In fact, if you run this
program with a ppt file generated through PowerPoint (not POI), the problem
does not occur. It only happens when POI creates the ppt file.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]

Reply via email to