Issue 31728 - OOo 1.0 file formats not regognized anymore
Summary: OOo 1.0 file formats not regognized anymore
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 680m48
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.0
Assignee: michael.brauer
QA Contact: issues@framework
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2004-07-19 15:51 UTC by Joost Andrae
Modified: 2004-11-03 04:35 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 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.