To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=42870
------- Additional comments from [EMAIL PROTECTED] Fri Mar 11 08:23:34 -0800 2005 ------- The reason is that currently the medium of a document always dispose own storage except the case when the medium is created based on the storage. So there are two ways to fix the problem - if a document is created as template it's medium must be based on the temporary storage. - the SaveTo_Impl() method should be adjusted so that in case of storing from own format to alien one the document is switched to temporary storage not only if the medium has name, but also if the medium is going to dispose own storage. The first solution seems to be more preferable since the new document must be anyway disconnected from the template file. --------------------------------------------------------------------- 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]
