Issue 41710 - Crash when reloading saved ppt-file
Summary: Crash when reloading saved ppt-file
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: ui (show other issues)
Version: 680m75
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-31 12:47 UTC by wolframgarten
Modified: 2005-02-28 14:28 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 wolframgarten 2005-01-31 12:47:14 UTC
Open a new impress and save it as ppt-file. Make a reload: Office crashes.
Comment 1 clippka 2005-01-31 16:43:49 UTC
SfxBaseModel::getViewData() crashes while using a null pointer in the line

pFrame->GetViewShell()->WriteUserDataSequence( aSeq );

how can that be?
Comment 2 Mathias_Bauer 2005-01-31 17:42:11 UTC
This happens because you are just creating the ViewShell, so the Frame doesn't
know it. 
I still think that this is wrong, but for simplicity I fix the crash in sfx2.
Comment 3 Mathias_Bauer 2005-02-15 22:00:00 UTC
please verify
re-open issue and try to reassign to wg@openoffice.org
Comment 4 Mathias_Bauer 2005-02-15 22:00:04 UTC
try to reassign to wg@openoffice.org
Comment 5 Mathias_Bauer 2005-02-15 22:00:08 UTC
try to reset resolution to FIXED
Comment 6 wolframgarten 2005-02-17 08:43:24 UTC
Verified in CWS.
Comment 7 wolframgarten 2005-02-28 14:28:59 UTC
Tested in master and closed.