You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/08/03 19:13:44 UTC

[Bug 120458] [PyUNO] freeze on calling methods of method node of Basic (basprov::BasicMethodNodeImpl)

https://issues.apache.org/ooo/show_bug.cgi?id=120458

--- Comment #1 from hanya <ha...@gmail.com> ---
If target which supports css.script.XInvocation interface passed 
to make invocation bridge by css.script.Invocation, 
calling methods of XInvocation and XInvocation2 are delegated to the target.

basprov::BasicMethodNodeImpl implements css.script.XInvocation to execute
macros 
but not for adaption use and XInvocation2 is not implemented.
In PyUNO_new_UNCHECKED, Reference<XInvocation2> tmp_invocation (tmp_interface,
UNO_QUERY); 
will keep invalid reference to the interface.

-- 
You are receiving this mail because:
You are the assignee for the bug.