To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45278


User mba changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Mar 18 01:41:41 -0800 
2005 -------
There are three problems:

(1) The document is "a little bit" broken. Obviously it was created by the
Document Converter, so all internal links have the "Writer 5.0" filter
associated (as can be seen in content.xml).
(2) The SW filter detection in this particular case is broken, because it does
not check the filter correctly and tries to use it -> document crashes
immediately on loading in m86, regardless if you open it readonly or not.
(3) Readonly Master Documents until now have worked only by luck. If sub
documents contain OLE objects they are copied to the master document, but this
doesn't work for readonly storages. Luckily the SFX (when asked to open a
storage based document readonly) always created a temporary copy to avoid
locking of the file and it also always opened this temporary copy in read/write
mode. In out attempt to make the SFX code more strict and so more reliable we
changed the open mode of the temporary storage to readonly (that should help
find bugs if somebody tries to make changes to this storage that would get lost
automatically). This made readonly master documents broken.

Currently I don't see any other way: we must reintroduce the old (IMHO wrong)
behavior that SFX opens the temporary storage in read/write mode. But (not only
for this reason) the concept of Master documents needs a redesign.

---------------------------------------------------------------------
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]

Reply via email to