diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2024-03-20 21:42:50 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2024-03-21 10:49:06 +0100 |
commit | 447a15f4772bcbc9366cfa43b92c55ae644e9b03 (patch) | |
tree | 7b95a2066acaba30d3f85b1d16175c9520cc4080 /sw/ooxmlexport_setup.mk | |
parent | 71ee4d75d34a25c56d1faf2f89ab57bf79a26e0f (diff) |
framework: MenuBarManager: fix WNT crash if queryDispatch() throws
a Java extension throws RuntimeException from queryDispatch(), which is
translated to a C++ exception and thrown by the mscx_uno bridge, and this
is apparently not handled anywhere (Visual Studio says "Unhandled
Exception"), and what happens then apparently is the exception goes poof
and vanishes, and normal return from the mscx_uno bridge code happens,
but the out parameter used for the return value is never initialised, and
then the uno::Reference move assignment operator crashes.
Change-Id: I21535fcf0ab4ec30a712d01b5039b7e2fb7b09d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165081
Tested-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'sw/ooxmlexport_setup.mk')
0 files changed, 0 insertions, 0 deletions