Issue 34881 - Crash when I delete the first Slide in the notes view.
Summary: Crash when I delete the first Slide in the notes view.
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: ui (show other issues)
Version: 680m52
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-01 15:25 UTC by christian.guenther
Modified: 2004-11-04 08:31 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 2004-10-01 15:25:06 UTC
- start an Impress
- change to the notes master
- switch o nthe master toolbar
- click on delete master
- the office crash
Comment 1 groucho266 2004-10-05 09:20:47 UTC
Deleting the last notes page should not be possible.  The code that prevents
this did not handle the new slot id SID_DELETE_MASTER_PAGE,
Comment 2 groucho266 2004-10-05 12:04:19 UTC
Added the SID_DELETE_MASTER_PAGE slot to the relevant code in
drviews7.cxx:GetMenuState().
Comment 3 groucho266 2004-10-11 09:49:11 UTC
Step 1/3 of sending issue back to QA.
Comment 4 groucho266 2004-10-11 09:49:35 UTC
Step 2/3 of sending issue back to QA.
Comment 5 groucho266 2004-10-11 09:49:50 UTC
Step 3/3 of sending issue back to QA.
Comment 6 wolframgarten 2004-10-11 11:28:52 UTC
I crash when switching to notes master on linux/Unix.
Comment 7 wolframgarten 2004-10-11 11:29:28 UTC
Sending the dog back to his master...
Comment 8 groucho266 2004-10-13 10:13:24 UTC
When switching both view shell and edit mode (e.g. from Normal to
Handout/Master) the code for turning on the master view tool bar is called to
early: the sd controller does not yet exist.  The temporary SfxBaseController
object that is used in the short time between creation of a new ViewShell and
the creation of its DrawController is for some reason taken for a
DrawController.  Calls to it thus crash.
Comment 9 groucho266 2004-10-13 10:14:11 UTC
Step 1/3 of sending issue back to QA.
Comment 10 groucho266 2004-10-13 10:14:37 UTC
Step 2/3 of sending issue back to QA.
Comment 11 groucho266 2004-10-13 10:14:55 UTC
Step 3/3 of sending issue back to QA.
Comment 12 wolframgarten 2004-10-13 12:17:43 UTC
Verified in CWS.
Comment 13 wolframgarten 2004-11-04 08:31:08 UTC
Tested in master m60. Closed.