Issue 36270

Summary: MS Word Import: 1.9m58 crasher
Product: Writer Reporter: kasey <kansukekoyama>
Component: open-importAssignee: michael.ruess
Status: CLOSED FIXED QA Contact: issues@sw <issues>
Severity: Trivial    
Priority: P2 CC: flibby05, issues
Version: 680m58Keywords: crash, oooqa
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
http://apps.fss.gsa.gov/services/express/docs/AirNetBasicPricing.doc
none
shorter doc none

Description kasey 2004-10-28 12:26:20 UTC
This doc file opens in 1.9m54, but crashes 1.9m58.
Comment 2 flibby05 2004-10-28 13:17:09 UTC
confirming,
sent in crash report containing string "maxweber crash report for issue 36270",
crash reporter = maxweber@openoffice.org
Comment 3 michael.ruess 2004-10-28 14:06:08 UTC
MRU->MMAHER: crashes at about 50% of the import. Might be something with the
import of the graphic in the header. I stripped down the document. See newer
attachment.
Comment 4 michael.ruess 2004-10-28 14:06:49 UTC
Created attachment 18722 [details]
shorter doc
Comment 5 martin_maher 2004-10-28 15:48:27 UTC
mmaher->mba: This is crashing on a call to OpenSotStorage within ImportOLEBase
in ww8par4.cxx. This was modified in mav09 and worked prior to it's integration. 
Comment 6 michael.ruess 2004-10-29 11:24:32 UTC
*** Issue 36320 has been marked as a duplicate of this issue. ***
Comment 7 Mathias_Bauer 2004-11-01 08:31:42 UTC
The problem was the stupid interface of the SvxImportMSVBasic class.
It gets a SotStorage& parameter and internally assigns this storage to a
reference. As a result, the storage will be killed after deleting the
SvxImportMSVBasic class.
Now I assign the storage to a reference where it is created.
Comment 8 Mathias_Bauer 2004-11-08 08:04:58 UTC
Reopened for verification
Comment 9 Mathias_Bauer 2004-11-08 08:06:54 UTC
.
Comment 10 Mathias_Bauer 2004-11-08 17:13:23 UTC
.
Comment 11 michael.ruess 2004-11-11 10:07:20 UTC
Verifiedfix in CWS fwkp2fix02.
Comment 12 michael.ruess 2004-12-03 15:24:52 UTC
Checked integration in 680m64.