https://bugs.documentfoundation.org/show_bug.cgi?id=172011
--- Comment #6 from Rose <[email protected]> --- (In reply to László Németh from comment #5) > 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 @ László thanks for your fix -- You are receiving this mail because: You are the assignee for the bug.
