Bug 45728 - Bug in SlideShow.reorderSlide
Summary: Bug in SlideShow.reorderSlide
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSLF (show other bugs)
Version: 3.0-dev
Hardware: PC Windows Vista
: P2 blocker (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-02 05:09 UTC by Roman Durdik
Modified: 2008-09-03 01:04 UTC (History)
0 users



Attachments
Source code which adds a slide to the end of template and tries to reorder it. (534 bytes, application/octet-stream)
2008-09-02 05:09 UTC, Roman Durdik
Details
Template slideshow used in reorder.java (70.00 KB, application/vnd.ms-powerpoint)
2008-09-02 05:11 UTC, Roman Durdik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Durdik 2008-09-02 05:09:52 UTC
Created attachment 22512 [details]
Source code which adds a slide to the end of template and tries to reorder it.

SlideShow.reorderSlide(...) does not work for the new slide. The new slide does not change its place after calling the function.
Comment 1 Roman Durdik 2008-09-02 05:11:24 UTC
Created attachment 22513 [details]
Template slideshow used in reorder.java
Comment 2 Yegor Kozlov 2008-09-03 01:04:28 UTC
Fixed in r691533

Yegor