[Libreoffice-commits] core.git: solenv/bin

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 3 09:18:46 UTC 2018


 solenv/bin/native-code.py |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 834ac18e093a3919f353ced9fe7b76b01d598823
Author:     Miklos Vajna <vmiklos at collabora.co.uk>
AuthorDate: Fri Aug 3 09:09:00 2018 +0200
Commit:     Miklos Vajna <vmiklos at collabora.co.uk>
CommitDate: Fri Aug 3 11:18:18 2018 +0200

    solenv: adapt native code script to oox FastTokenHandler changes
    
    Change-Id: I67900740fce6df6bf3a4025eb7a4d6e279930edf
    Reviewed-on: https://gerrit.libreoffice.org/58547
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Tested-by: Jenkins

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 25e6c448042a..164258240d02 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -251,6 +251,8 @@ core_constructor_list = [
     ("com_sun_star_xml_wrapper_XMLElementWrapper_get_implementation", "#if HAVE_FEATURE_NSS"),
     ("com_sun_star_xml_crypto_XMLSecurityContext_get_implementation", "#if HAVE_FEATURE_NSS"),
     ("com_sun_star_xml_crypto_XMLSignature_get_implementation", "#if HAVE_FEATURE_NSS"),
+# oox/util/oox.component
+    "com_sun_star_comp_oox_core_FastTokenHandler_get_implementation",
     ]
 
 # edit group for apps, where you can edit documents


More information about the Libreoffice-commits mailing list