https://bugs.freedesktop.org/show_bug.cgi?id=57611
--- Comment #3 from Lionel Elie Mamane <[email protected]> --- The try{} catc(){} in question is: extensions/source/propctrlr/browserlistbox.cxx line 327 try { impl_processEvent_throw( _rEvent ); } catch( const Exception& ) { // can't handle otherwise, since our caller (the notification thread) does not allow // for exceptions (it could itself abort only) DBG_UNHANDLED_EXCEPTION(); } According to udkapi/com/sun/star/beans/PropertyVetoException.idl, PropertyVetoException is a com::sun::star::uno::Exception, so it should be caught here! -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
