To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64717
User as changed the following:
What |Old value |New value
================================================================================
Assigned to|as |kendy
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Apr 27 06:06:45 -0700
2006 -------
Sorry ... but it's not so easy to implement layered accelerators .-)
The patch cant be accepted, because:
a)
It open files inside our "share" layer in read/write mode. That cant work
especialy on
unix. The method openTarget() was designed to open files inside the user layer
for read/
write operations.
b)
Our current implementation copies "share/<locale>/default.xml" files to
"user/<locale>/
current.xml" before it uses these files. But with this patch we will copy only
localized
shortcuts - not all. So customization of all shortcuts cant work.
c)
Some code is superflous. E.g. the member m_lStoragesNoLang isnt used realy. It
was
copied only.
Currently we are thinking about switching from our current implementation to
the normal
xml configuration using xcs/xcu files. There we will get all these features.
But for a OOo
2.0.4 it's not so easy. Because we have to migrate might be existing user
configured
shortcuts on demand.
BTW: Doing so we will get another feature ... more then 3 layers, which isnt
solved with
this patch here also .-)
---------------------------------------------------------------------
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]