office-gobmx/bridges
Stephan Bergmann be2f27b011 Make msvc_raiseException explicitly [[noreturn]]
The comments at
<https://gerrit.libreoffice.org/c/core/+/165113/1#message-a76a16ede60a817426763c1c2c2090f23ae141e0>
"framework: MenuBarManager: fix WNT crash if queryDispatch() throws" suggest
that it was observed returning normally, and running into the

>         // is here for dummy
>         return typelib_TypeClass_VOID;

in cpp2uno_call.

Change-Id: I792a9eb82ef9e737aa69dc651b9a072871c0756b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165152
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-03-22 09:57:19 +01:00
..
inc Make msvc_raiseException explicitly [[noreturn]] 2024-03-22 09:57:19 +01:00
source Make msvc_raiseException explicitly [[noreturn]] 2024-03-22 09:57:19 +01:00
CustomTarget_gcc3_linux_arm.mk
IwyuFilter_bridges.yaml
Jar_java_uno.mk
Library_cpp_uno.mk
Library_java_uno.mk
Makefile
Module_bridges.mk
Package_jnilib_java_uno.mk
README.md

UNO Bridges

Bridges from various C++ ABIs, Java JNI, MS .NET to UNO and back. A bridge for .NET is in cli_ure.

Also implementation of the UNO Remote Protocol.