To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=36682
------- Additional comments from [EMAIL PROTECTED] Mon Feb 7 06:45:39 -0800 2005 ------- So after some discussions with MBA and MT the situation looks following way. The sfx part related to the discussed scenario will never be multithreaded, means even after switch to multithreading it should be just guarded by mutex. So this approach is acceptable at this place, from other side it is still not good to allow to get a read access to a substorage that is opened for writing by API. Thus the solution is that sfx will internally provide the readonly storage based on the original document stream and the output stream for the signature to the signing component. --------------------------------------------------------------------- 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]
