Issue 103378

Summary: ole automation: Nothing argument does not work anymore
Product: General Reporter: joachim.lingner
Component: codeAssignee: ab
Status: CLOSED FIXED QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOO310m14   
Target Milestone: OOo 3.2   
Hardware: All   
OS: Windows, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description joachim.lingner 2009-07-07 09:52:15 UTC
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))
Comment 1 joachim.lingner 2009-07-07 09:53:17 UTC
.
Comment 2 joachim.lingner 2009-07-07 09:54:45 UTC
.
Comment 3 joachim.lingner 2009-07-07 10:04:19 UTC
@jsc: please verify
Comment 4 joachim.lingner 2009-07-07 10:14:33 UTC
.. wrong person :)
Comment 5 ab 2009-07-07 10:25:35 UTC
Verified by running test scripts successfully and additional source code review