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


User mba changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'es,kpalagin,mru,od'      |'es,kpalagin,mav,mru,od'
--------------------------------------------------------------------------------




------- Additional comments from m...@openoffice.org Fri May  8 13:55:55 +0000 
2009 -------
Mikhail, there's something in the last stack that lets me think that your recent
changes for locking have a negative influence on our code for handling graphics.

Though we got the stream asynchronously before the SfxMedium is constructed, we
now have a synchronous server access in SfxMedium::GetMedium_Impl() caused by
GetInitFileDate().

For several reasons this is superfluous here, as we don't want to edit this file
and we don't want to lock it. Besides that we are loading it from a web server,
though this doesn't help us as it could be a webdav server also.

So either we skip GetInitFileDate() here or we get the necessary information in
the thread downloading the stream also so that we don't need to ask the web
server for it. I wonder whether the SfxMedium is created readonly here. In case
it is, I don't understand why we should call GetInitFileDate() at all. If it
isn't, we should make it readonly here.

What do you think?

---------------------------------------------------------------------
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to