diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/source/unoembindhelpers/PrimaryBindings.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/source/unoembindhelpers/PrimaryBindings.cxx b/static/source/unoembindhelpers/PrimaryBindings.cxx index a8e1000afd6f..186e3ee88057 100644 --- a/static/source/unoembindhelpers/PrimaryBindings.cxx +++ b/static/source/unoembindhelpers/PrimaryBindings.cxx @@ -27,7 +27,7 @@ EM_JS(void, jsRegisterChar, (std::type_info const* raw), // clang-format off { Module.registerType(raw, { - name: 'rtl::OUString', + name: 'sal_Unicode', fromWireType(ptr) { let str = String.fromCharCode(Module.HEAPU16[ptr >> 1]); return str; |