static/README.wasm.md |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit a62436ff028c611542e86e8e87e92a844f5f4741
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Wed Feb 21 14:52:00 2024 +0100
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Wed Feb 21 16:17:13 2024 +0100

    Remove stray code from example
    
    ...that had erroneously been added with 
27ceca1996809c0f9390d1e9fb95dc7436ef1acf
    "Rework the Embind mapping of UNO interfaces"
    
    Change-Id: I421bf2aa7e9f96ce48b227f6f47058581b64d7b0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163692
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/static/README.wasm.md b/static/README.wasm.md
index 44e9b223c5cf..e37242508b72 100644
--- a/static/README.wasm.md
+++ b/static/README.wasm.md
@@ -241,7 +241,6 @@ xModel.delete(); xTextDocument.delete(); xText.delete(); 
xSimpleText.delete(); x
 init_unoembind_uno(Module);
 let css = Module.unoembind_uno.com.sun.star;
 xModel = Module.getCurrentModelFromViewSh();
-init_unoembind_uno(Module);
 xEnumAccess = new css.container.XEnumerationAccess(xText.$query());
 xParaEnumeration = xEnumAccess.createEnumeration();
 

Reply via email to