From dde9f306a2930922fa04eb294995f8f36c5a5592 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 26 Feb 2024 13:21:34 +0100 Subject: Fix copy/paste error Change-Id: I267d5a7fa9150b16e9625b36c032fa48199758e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163937 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- static/source/unoembindhelpers/PrimaryBindings.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') 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; -- cgit