diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-08-03 09:09:00 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-08-03 11:18:18 +0200 |
commit | 834ac18e093a3919f353ced9fe7b76b01d598823 (patch) | |
tree | 66f999889f8d7ea7c80b4cdbb7fb03222c619d6e /solenv | |
parent | a0c2958552e82c3795b094a0538beab521679628 (diff) |
solenv: adapt native code script to oox FastTokenHandler changes
Change-Id: I67900740fce6df6bf3a4025eb7a4d6e279930edf
Reviewed-on: https://gerrit.libreoffice.org/58547
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |