To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64717
------- Additional comments from [EMAIL PROTECTED] Tue May 2 03:19:09 -0700
2006 -------
a) Well - looking at the openTarget() implementation - it is designed to work
with read-only share:
// try it readonly if it failed before.
// inform user about errors (use original exceptions!)
nOpenMode &= ~css::embed::ElementModes::WRITE;
xStream = xFolder->openStreamElement(sFile, nOpenMode);
We can default to css::embed::ElementModes::READ when bUseNoLangGlobal is
sal_True - I see no problem with that ;-)
b) Yes, it copies that - but I consider it a bug, not a feature... Why should
the entire configuration be copied for the user? What if we ship with a new
version of OOo, and we want to change some of the accelerators? This improves
the situation from my point of view... Still, the user's accelerators have
higher priority if I did not make a mistake ;-)
c) Right, sorry for that. I'll clean that up, of course.
And yes, I have no problem with a better solution for post-2.0.4 ;-) But this
patch could improve the situation a lot right now, without any deep impact on
the current code & behavior.
---------------------------------------------------------------------
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]