Issue 40164 - Crash in Slide Layout dialog
Summary: Crash in Slide Layout dialog
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: ui (show other issues)
Version: 680m69
Hardware: PC Windows XP
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-07 21:03 UTC by jlp
Modified: 2005-01-31 12:11 UTC (History)
1 user (show)

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


Attachments
Problem report that is sent after the crash. (6.09 KB, text/plain)
2005-01-07 21:05 UTC, jlp
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description jlp 2005-01-07 21:03:47 UTC
Reproducable: always

Steps to reproduce:
1. Start OOo Impress
2. Presentation Wizard should start
3. Select Empty presentation
4. Click Next
5. Select Presentation Backgrounds and then Dark Blue with Orange
6. Click Next
7. Click Next
8. Click Create
9. Slide Layout dialog should open
10. Enter "Title" for Name
11. Select Title Slide
12. Click OK

Actual result:
OOo Crashes.

Expected result:
OOo should continue normaly.

I'll attach crash report file.
Comment 1 jlp 2005-01-07 21:05:36 UTC
Created attachment 21222 [details]
Problem report that is sent after the crash.
Comment 2 wolframgarten 2005-01-10 08:08:07 UTC
Reproducible.
Comment 3 wolframgarten 2005-01-10 08:11:15 UTC
It is enough th chnage the title in the layout dialog -> Crash. Reassigned to Andre.
Comment 4 groucho266 2005-01-11 10:40:35 UTC
Accepted.
Comment 5 groucho266 2005-01-12 15:54:24 UTC
In ViewShellImplementation::ProcessModifyPageSlot() the page number of the
current page was used not correctly.  Adding the infamous (n-1)/2 and (to be on
the safe side) guarding the access of the resulting page pointer against NULL
fixed the crash.
Comment 6 groucho266 2005-01-19 12:49:06 UTC
Reopening...
Comment 7 groucho266 2005-01-19 12:49:40 UTC
...reassigning...
Comment 8 groucho266 2005-01-19 12:50:09 UTC
...resolving.
Comment 9 wolframgarten 2005-01-20 13:35:33 UTC
Verified in CWS.
Comment 10 wolframgarten 2005-01-31 12:11:41 UTC
Tested in master. Closed.