To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82156
------- Additional comments from [EMAIL PROTECTED] Tue Oct 2 19:04:54 +0000
2007 -------
The crash will be fixed some time in future, thus the ticket remains with me.
Neverthelesse, the script is errornous, replace
locale = uno.getClass("com.sun.star.lang.Locale")
with
locale = uno.getClass("com.sun.star.lang.Locale")()
(uno.getClass() returns the class com.sun.star.lang.Locale, to create a concrete
instance it, you have to invoke it.
Bye,
Joerg
---------------------------------------------------------------------
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]