https://issues.apache.org/ooo/show_bug.cgi?id=124970
--- Comment #8 from [email protected] <[email protected]> --- I guess its an IndexOutOfBoundsException that is causing the trouble. The Coverity reports with ids 1191864 to 1191871 are all about such "Uncaught exception (UNCAUGHT_EXCEPT) exn_spec_violation: An exception of type "com::sun::star::lang::IndexOutOfBoundsException *" is thrown but the throw list [...] doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate()." As com::sun::star::lang::IndexOutOfBoundsException is derived from ::com::sun::star::uno::Exception but NOT from ::com::sun::star::uno:: RuntimeException a throw-list allowing only a RuntimeException would exactly result in the unexpected() terminate() problem Coverity already pointed out. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
