diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-25 11:12:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-26 10:41:17 +0200 |
commit | 5406f8a3cd53ada63472bd62e5b9a886e2866c6f (patch) | |
tree | 23afd53569ff019ea10c5604af74d8ca54603ee4 /solenv | |
parent | 6325046aad1df7f896328834259687e6610dee82 (diff) |
package/xstor: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: If1512d63fd1089f6f8486e32106c68f495a1f3df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99424
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 e0ef388dd818..fe98b0032674 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -23,7 +23,6 @@ core_factory_list = [ ("libi18npoollo.a", "i18npool_component_getFactory"), ("libsmlo.a", "sm_component_getFactory"), ("libucb1.a", "ucb_component_getFactory"), - ("libxstor.a", "xstor_component_getFactory"), ("libvcllo.a", "vcl_component_getFactory"), ("libsvtlo.a", "svt_component_getFactory"), ] @@ -245,6 +244,8 @@ core_constructor_list = [ ("lingucomponent_SpellChecker_get_implementation", "#ifndef IOS"), "lingucomponent_LangGuess_get_implementation", "lingucomponent_Hyphenator_get_implementation", +# package/source/xstor/xstor.component + "package_OStorageFactory_get_implementation", # package/util/package2.component "package_OZipFileAccess_get_implementation", "package_ZipPackage_get_implementation", |