diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-02-26 13:21:34 +0100 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-02-26 14:24:23 +0100 |
commit | dde9f306a2930922fa04eb294995f8f36c5a5592 (patch) | |
tree | 265ea83c3bfa09c8c949737f7c2282c0e466c2a8 /static | |
parent | f944648e0f5d52605a267ed50bba4bfc035aecc6 (diff) |
Fix copy/paste error
Change-Id: I267d5a7fa9150b16e9625b36c032fa48199758e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163937
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
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; |