static/source/unoembindhelpers/PrimaryBindings.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dde9f306a2930922fa04eb294995f8f36c5a5592
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Mon Feb 26 13:21:34 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Mon Feb 26 14:24:23 2024 +0100

    Fix copy/paste error
    
    Change-Id: I267d5a7fa9150b16e9625b36c032fa48199758e8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163937
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>

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;

Reply via email to