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





------- Additional comments from [EMAIL PROTECTED] Thu Apr  3 08:51:24 +0000 
2008 -------
kso: There are three interaction handlers that are used during the loading
implemented in framework/source/interaction. Not all of them are wrappers, and
they are definitely not related to the scenario.
So I thought that you were meaning the interaction handler implemented in
sfx/source/doc/docfile.cxx ( that is not used any more ) and the implementation
in comphelper/source/misc/mediadescriptor.cxx ( that replaces the previous one
). Both of them prevent showing of "access denied", "locking violation" and
"unsupported data sink" error. All other errors would be handled. I just was not
sure that this is enough.

It is definitely enough when the InteractionHandler wrapper is used in
MediaDescriptor implementation only, since in this case the error will be show
only once while retrieving the stream. The problem is that in case this handler
is used in SfxMedium and probably some other places in sfx2 the same error might
be shown more than once because the current implementation in sfx2 does not
expect interation in most places where UCB is called.

>From other side the probability of such an error is small enough to use the
InteractionHandler wrapper without change for now and adjust it later.

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