https://bugs.documentfoundation.org/show_bug.cgi?id=172011

László Németh <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
           Assignee|[email protected]       |[email protected]
                   |                            |desktop.org
         Resolution|---                         |NOTOURBUG
             Blocks|                            |107659

--- Comment #5 from László Németh <[email protected]> ---
The problem was the missing "return" in the main branch of mousePressed() in
the pyUNO extension:

pyUNO boolean event handlers must return with explicit boolean value,
otherwise the default return value will be Any::Void(), which results in a
CannotConvertException -> RuntimeException during trying to convert it
to Boolean using TypeConverter_Impl::convertTo in the mousePressed call
of sfx2/source/view/userinputinterception.cxx.

More information: offapi/com/sun/star/awt/XMouseClickHandler.idl


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107659
[Bug 107659] [META] Macro bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to