Bug #28
Non-existing file is adding to manifest.xml
| Status: | Resolved | Start date: | 08/17/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | qtsruntime | |||
| Target version: | - |
Description
When running qtsruntime and importing a document with a chart object, an additional (webodf internal?) object is added to manifest.xml upon saving.
How to reproduce:
http://officeshots.org/galeries/fellowship-revised/ChartContent/3DPlotAreaAttributesWall.ods
upload:///3DPlotAreaAttributesFloor.ods/META-INF/manifest.xml:Error:The file
'Object 1' shall not be listed in the 'META-INF/manifest.xml' file as it does
not exist in the ODF package 'upload:///3DPlotAreaAttributesFloor.ods'
!
upload:///3DPlotAreaAttributesFloor.ods:Info:Generator: OpenOffice.org/
2.0$Win32 OpenOffice.org_project/680m7$Build-9044
History
Updated by Michiel Leenaars almost 2 years ago
- Status changed from New to Resolved
Actually, it seems that the error is carried from the source document.
<manifest:file-entry manifest:media-type="" manifest:full-path="Object 1/content.xml"/>
<manifest:file-entry manifest:media-type="" manifest:full-path="Object 1"/>
<manifest:file-entry manifest:media-type="" manifest:full-path="Object 1/styles.xml"/>
When importing and immediately saving a document in qtsruntime, manifest entries should contain a MIME type in content.xml. Instead the empty string is kept.