diff options
author | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2021-09-25 18:03:31 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-01-19 14:26:09 +0100 |
commit | c367a2781f99ed22d0f7d64184fb567aacc43f35 (patch) | |
tree | 7a12e0e485aeac4fae08dd9925310d7cbac95ed9 /cppu | |
parent | cb65cf92b91873bfd13c96250c782998f1eef337 (diff) |
WASM UNO: add a minimal dummy bridge
... and use the same fake exception rethrowing code then the
mobile platforms.
Change-Id: Ic90de1cfd1e0092d6064d041a613d60d9f5f76b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128596
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/uno/lbmap.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppu/source/uno/lbmap.cxx b/cppu/source/uno/lbmap.cxx index 585082ac1d06..43818eb85025 100644 --- a/cppu/source/uno/lbmap.cxx +++ b/cppu/source/uno/lbmap.cxx @@ -421,6 +421,7 @@ static Mapping loadExternalMapping( OSL_ASSERT( aExt.is() ); if (aExt.is()) return aExt; + SAL_INFO("cppu", "Could not load external mapping for " << aName); } #else // find proper lib |