diff options
author | Juergen Funk <juergen.funk_ml@cib.de> | 2019-03-21 09:22:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-03-21 12:41:45 +0100 |
commit | 14a11ab5dfa2ea34049866517ee78170922aee4e (patch) | |
tree | 7cee9c319895b52f804fd0ea5a528bcf88592cf1 /vcl/opengl | |
parent | 726840421380f248e5b33fe81b32f4f8930debf1 (diff) |
pUnoReturn should be null when UNO methode is VOID
the problem is that at least the msvc_win32_x86-64 bridge's
unoInterfaceProxyDispatch
(bridges/source/cpp_uno/msvc_win32_x86-64/uno2cpp.cxx)
requires pUnoReturn to be a nullptr when the UNO method has VOID
return type (see computation of retKind in cpp_call in the same file),
but that IdlInterfaceMethodImpl::invoke doesn't set up the arguments
according to that expectation.
Change-Id: I187a997300571cd9822de2eeacf7ad887ad00a4f
Reviewed-on: https://gerrit.libreoffice.org/69495
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/opengl')
0 files changed, 0 insertions, 0 deletions