Issue 44614 - Crash when I assign an layout to an handout.
Summary: Crash when I assign an layout to an handout.
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: ui (show other issues)
Version: 680m83
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
: 45905 (view as issue list)
Depends on:
Blocks:
 
Reported: 2005-03-09 14:44 UTC by christian.guenther
Modified: 2005-03-31 11:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description christian.guenther 2005-03-09 14:44:02 UTC
- start an Impress
- create some slides (tested with 4 slides)
- change to the handout view
- assign another layout (tested with 2 slides layout)
-> crash.
Comment 1 groucho266 2005-03-09 15:51:48 UTC
The LayoutMenu tried to get the list of selected slides--to which to assign the
layout--from an existing slide sorter.  

In the handout view the slide sorter bar existed but was not visible.  The later
was ignored by the LayoutMenu not taking into account that the handout view only
displays one page.  Trying to assign to a page with an index greater than 0 lead
to the crash.
Comment 2 groucho266 2005-03-09 16:00:52 UTC
Fixed by ignoring in LayoutMenu::AssignLayoutToSelectedSlides() a visible slide
sorter for certain view shells. 
Comment 3 groucho266 2005-03-24 09:24:55 UTC
->WG: This issue has been fixed for and integrated with cws impress37.  I just
forgot to add it to that cws.  You can verify it on milestone m89.

re-open issue and reassign to wg@openoffice.org
Comment 4 groucho266 2005-03-24 09:24:59 UTC
reassign to wg@openoffice.org
Comment 5 groucho266 2005-03-24 09:25:04 UTC
reset resolution to FIXED
Comment 6 groucho266 2005-03-24 09:26:32 UTC
*** Issue 45905 has been marked as a duplicate of this issue. ***
Comment 7 wolframgarten 2005-03-31 11:33:57 UTC
Tested in master m89. Closed.