Issue 31728

Summary: OOo 1.0 file formats not regognized anymore
Product: General Reporter: Joost Andrae <Joost.Andrae>
Component: codeAssignee: michael.brauer
Status: CLOSED FIXED QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P1 (highest) CC: issues
Version: 680m48Keywords: regression
Target Milestone: OOo 2.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description Joost Andrae 2004-07-19 15:51:27 UTC
As an example save a calc file in OOo 1.0 file format:

mimetype is missing within manifest.xml thus the format isn't recognized
Comment 1 andre.kuemmel 2004-07-19 16:23:00 UTC
this seems to be P1
Comment 2 Joost Andrae 2004-07-19 16:30:17 UTC
JA: additional info
OK in src680m47
OK in OASIS cws (tested on JSI's installation)
Comment 3 Joost Andrae 2004-07-19 16:30:55 UTC
JA: added regression keyword
Comment 4 michael.brauer 2004-07-19 18:29:34 UTC
MIB->RT: The following patch has to be applied:

RCS file: /cvs/framework/sfx2/source/doc/objstor.cxx,v
retrieving revision 1.129
diff -r1.129 objstor.cxx
916c916
<              !rMedium.GetFilter()->IsAlienFormat() &&
---
>              rMedium.GetFilter()->GetVersion() >= SOFFICE_FILEFORMAT_60 &&
Comment 5 Joost Andrae 2004-07-20 16:46:21 UTC
JA: verified fix within src680_m48-7_en-US.8796 unxlngi5.pro master build.
Comment 6 Martin Hollmichel 2004-11-03 04:35:54 UTC
close issue.