diff options
-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 |