| #
b1c5455d
|
| 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> (cherry picked from commit cf6516809c57e1bb0a940545cca99cdad54d4ce2)
show more ...
|
| #
c008ed85
|
| 18-Oct-2016 |
damjan <damjan@13f79535-47bb-0310-9956-ffa450edef68> |
#i125868# AOO crashes if JRE (Java) is not installed (using help search or picture/makros)
ucbhelper::ResultSetHelper methods calling init() can only throw RuntimeException, yet Exception or its oth
#i125868# AOO crashes if JRE (Java) is not installed (using help search or picture/makros)
ucbhelper::ResultSetHelper methods calling init() can only throw RuntimeException, yet Exception or its other subclasses are thrown in some cases (eg. with Java disabled, try searching the Help index), resulting in unexpected() on at least FreeBSD and MacOS that crashes AOO.
Fix this by catching Exception and instead throwing a RuntimeException with its message.
Patch by: me
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1765488 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|