Issue 103378 - ole automation: Nothing argument does not work anymore
Summary: ole automation: Nothing argument does not work anymore
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOO310m14
Hardware: All Windows, all
: P3 Trivial (vote)
Target Milestone: OOo 3.2
Assignee: ab
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-07 09:52 UTC by joachim.lingner
Modified: 2017-05-20 10:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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