To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=116991
------- Additional comments from [email protected] Thu Feb 17 09:56:18 +0000 2011 ------- for the record: The macro was not executed because two listeners were bound to the event (too *all* form control related events, that is). The first one, the ScriptEventListenerWrapper, attempted to forward the event to a "ooo.vba.ScriptListener" implementation, whose creation failed with a RuntimeException. This exception was caught way too late, this the second listener, which would have executed the Basic macro, was never called. --------------------------------------------------------------------- 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]
