https://issues.apache.org/bugzilla/show_bug.cgi?id=48593
--- Comment #6 from Andreas Beeker <[email protected]> --- Created attachment 30944 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30944&action=edit [PATCH] Bug 48593 - Multi Rewrites The were two issues: - the newly create slide has had the same record position as an already exisiting record and the mapping of old to new positions went wrong - the position of the usr record wasn't updated I've copied some code from HSLFSlideShow.write() for updating the position ids - it would be nice if these codeparts maybe become refactored to one some day ... Apart from the bugfix, I've allowed me ;) to refactor the SlideShow class a bit. Similar to the patch #55579, which also needs to add a new persistent object. (Tested with Libre Office 4.0 and Excel Viewer 2010) -- 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]
