To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70931
User cd changed the following:
What |Old value |New value
================================================================================
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |STARTED
--------------------------------------------------------------------------------
Summary|Image mapping for macro co|Image mapping for Basic co
|mmands (macro:///) doesn't|mmands (macro:/// and vnd.
| work |sun.star.script:) don't wo
| |rk
--------------------------------------------------------------------------------
Target milestone|--- |OOo 2.1
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Oct 27 07:01:34 -0700
2006 -------
cd: Confirmed for SRC680m188. The current implementation uses the INetURLObject
to retrieve the path from macro URLs. The INetURLObject has a different
definition on macro URLs as other code in OpenOffice.org. The
com.sun.star.uri.UriReferenceFactory uses a generic URL parser which I have to
use.
vnd.sun.star.script-URLs must be correctly escaped to create valid file names.
Currently some special characters are not escaped and therefore illegal file
names are created from vnd.sun.star.script-URLs.
---------------------------------------------------------------------
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]