https://bugs.freedesktop.org/show_bug.cgi?id=62155
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #25 from Michael Meeks <[email protected]> --- I gave up hoping for a generic solution here; the calc addins code already handles failure: uno::Reference<uno::XInterface> xInterface( xServiceFactory->createInstance( aServiceName ) ); if (xInterface.is()) UpdateFromAddIn( xInterface, aServiceName ); I assume that some (new?) exception is thrown by createInstance these days that makes it unhappier than in the past; so I just ignore all UNO exceptions there; pushed to master, and gerrit for 4.1 / 4.2 =) -- 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
