To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68293 Issue #|68293 Summary|URL argument in loadComponentFrom URL has become case |sensitive Component|api Version|OOo 2.0.3 Platform|All URL| OS/Version|Windows XP Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|jsc Reported by|bmarcelly
------- Additional comments from [EMAIL PROTECTED] Wed Aug 9 07:16:38 -0700 2006 ------- In version 2.0.3 (may be older 2.0 versions also) the "file" part in an URL is now case sensitive. It was not case sensitive in version 1.1.5. Example: ' this will load the document sUrl = "file:///C:/Docs%20OpenOffice/_cible.ods" ' this will throw exception sUrl = "File:///C:/Docs%20OpenOffice/_cible.ods" ' this will throw exception sUrl = "FILE:///C:/Docs%20OpenOffice/_cible.ods" This gives exception with macros working with versions 1.1.x. --------------------------------------------------------------------- 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]
