To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92093
------- Additional comments from [EMAIL PROTECTED] Fri Jul 25 12:43:27 +0000 2008 ------- Doesn't work on Windows also. :-) The reason is that the code that opens the stream no longer sets an error if the file couldn't be opened read/write though it was *explicitly* asked to do so. When we open a file that is not explicitly stated as "open readonly", we first try to open it in read/write mode. If that fails we checked in earlier versions whether the file was required to open in read/write mode. If that was the case (e.g. when the "Edit" button was pressed on a read only file) we returned an error code. This no longer happens in case of our own formats (a "side effect" of the changes for collaborative editing). If there was no explicit request we silently opened the file in read only mode (e.g. when a file was opened that is read only on system level). This code is platform independent so there is no reason why the bug shouldn't appear on all platforms. --------------------------------------------------------------------- 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]
