diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-13 22:39:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-15 08:45:06 +0200 |
commit | 3e50a3023535d4e9e365db046442df1a758e70c4 (patch) | |
tree | 13e5f6943f75a8b5171494143631fe48ff845d90 /solenv | |
parent | 0bca30bff7d9e49c81459122735565ff0d9816c3 (diff) |
svl/fsstorage: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: If5eec92f2c7707bd0c44b80d352d78a84962ff74
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98702
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index e219a11b8355..dc90b9bc4a6e 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -22,7 +22,6 @@ import xml.etree.ElementTree as ET core_factory_list = [ ("libembobj.a", "embobj_component_getFactory"), ("libfilterconfiglo.a", "filterconfig1_component_getFactory"), - ("libfsstoragelo.a", "fsstorage_component_getFactory"), ("libi18npoollo.a", "i18npool_component_getFactory"), ("libinvocadaptlo.a", "invocadapt_component_getFactory"), ("liblocalebe1lo.a", "localebe1_component_getFactory"), @@ -271,6 +270,8 @@ core_constructor_list = [ "com_sun_star_comp_uri_UriReferenceFactory_get_implementation", "com_sun_star_comp_uri_UriSchemeParser_vndDOTsunDOTstarDOTexpand_get_implementation", "com_sun_star_comp_uri_UriSchemeParser_vndDOTsunDOTstarDOTscript_get_implementation", +# svl/source/fsstor/fsstorage.component + "svl_FSStorageFactory_get_implementation", # svtools/util/svt.component "com_sun_star_comp_embed_HatchWindowFactory_get_implementation", # vcl/vcl.android.component |