To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=44896
------- Additional comments from [EMAIL PROTECTED] Wed Jun 1 10:25:25 -0700 2005 ------- dvo: Fixed in CWS dvoqbfix4. (sw/source/ui/app/docsh.cxx, v1.51.26.1) The saved .odt uses an OASIS extension and mime type, but uses the OOo format. That is, of course, wrong. The problem was apparently introduced with changes for the new storage handling. The problem is that during save, the file format version number is queried to determine whether to use the OASIS or the older OOo format. The file format version number is determined by the MediaType of the target storage. Except... the media type was set only after the main document was saved, hence the wrong file format version number (0) was read, and the wrong format was used. The solution is to simply set the media type before the actual SaveAs logic is triggered. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
