| #
cf651680
|
| 30-Jul-2025 |
John Bampton <jbampton@users.noreply.github.com> |
pre-commit auto remove trailing whitespace from cxx files (#383)
Another big auto clean up. So many lines !!
Another one bites the dust
https://www.youtube.com/watch?v=rY0WxgSXdEE
Co-authored-by:
pre-commit auto remove trailing whitespace from cxx files (#383)
Another big auto clean up. So many lines !!
Another one bites the dust
https://www.youtube.com/watch?v=rY0WxgSXdEE
Co-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
|
| #
2624692c
|
| 16-Oct-2016 |
damjan <damjan@13f79535-47bb-0310-9956-ffa450edef68> |
#i127165# Clicking "No" in Java dialog causes abnormal exit on FreeBSD
XSingleComponentFactory::createInstanceWithArgumentsAndContext() throws an Exception, not a RuntimeException. This was causing
#i127165# Clicking "No" in Java dialog causes abnormal exit on FreeBSD
XSingleComponentFactory::createInstanceWithArgumentsAndContext() throws an Exception, not a RuntimeException. This was causing an abort on FreeBSD when "No" is clicked in the Java dialog, as JavaComponentLoader::activate() throws a CannotActivateFactoryException which is a subclass of Exception but not RuntimeException, and the scripting ProviderCache wrongly catches only RuntimeException. The missed CannotActivateFactoryException was going to unexpected(), which calls abort()...
Patch by: me
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1765170 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|