* src/docgen/OpenSpreadSheet.py: fix manifest so files open in calc

svn: r6479
This commit is contained in:
Brian Matherly
2006-04-28 01:17:33 +00:00
parent c3a28a2367
commit b0d282b75a
2 changed files with 4 additions and 1 deletions

View File

@@ -411,7 +411,7 @@ class OpenSpreadSheet(SpreadSheetDoc):
self.f.write('<manifest:manifest ')
self.f.write('xmlns:manifest="http://openoffice.org/2001/manifest">')
self.f.write('<manifest:file-entry ')
self.f.write('manifest:media-type="application/vnd.sun.xml.writer" ')
self.f.write('manifest:media-type="application/vnd.sun.xml.calc" ')
self.f.write('manifest:full-path="/"/>')
self.f.write('<manifest:file-entry manifest:media-type="" ')
self.f.write('manifest:full-path="Pictures/"/>')