To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=54601 Issue #:|54601 Summary:|Macro Organizer/Basic IDE allows creation of modules |whose name differs only in case, although OOo can't |cope with it Component:|framework Version:|OOO 2.0 Beta2 Platform:|PC URL:| OS/Version:|Windows 2000 Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|scripting Assigned to:|npower Reported by:|mux2005
------- Additional comments from [EMAIL PROTECTED] Wed Sep 14 06:39:18 -0700 2005 ------- The macro organizer/Basic IDE allow the creation of libraries and modules whose names differ only in case (such as "FOO" and "foo"), but OOo can't deal with them properly. Although the macro organizer and the Basic IDE show the case-correct names, in other parts of OpenOffice one of the 2 names is picked and occurs twice. Example: If I create a document with 2 Basic modules "FOO" and "foo" and then open Tools/Macros/Run macro.. I get 2 nodes in the script tree that are both named "FOO". The same happens if I programmatically traverse the BrowseNode tree and use XBrowseNode.getName() to report the names. I get "FOO" both times and the URI propertys for both script nodes are identical (which is obviously a bad thing since the URIs are supposed to uniquely identify the scripts at least with respect to the responsible ScriptProvider, because otherwise getScript() doesn't work). --------------------------------------------------------------------- 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]
