To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103378 Issue #|103378 Summary|ole automation: Nothing argument dont work anymore Component|framework Version|OOO310m14 Platform|All URL| OS/Version|Windows, all Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|jl Reported by|jl
------- Additional comments from [email protected] Tue Jul 7 08:52:15 +0000 2009 ------- Calling a UNO function of OOo and passing "Nothing" representing a null reference does not work anymore. Dim myInterface As Object myInterface = Nothing obj.method(myInterface) also the cast does not work obj.method(CObj(myInterface)) --------------------------------------------------------------------- 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]
