diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 12:19:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-17 08:47:55 +0200 |
commit | 2fc112e98ddcb46038eaff341734331a8558934f (patch) | |
tree | e0d8424193b925b4fbfbb82afbdcfdf83b2fd869 /solenv/bin | |
parent | c33f3ede4a5e5336972aab2cb13714624d479b0a (diff) |
package: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: I17627bdd2f4f595343ad9bf524dc57cd03170b2a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98921
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/native-code.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 8153cebb6596..164b8039735d 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -23,7 +23,6 @@ core_factory_list = [ ("libembobj.a", "embobj_component_getFactory"), ("libfilterconfiglo.a", "filterconfig1_component_getFactory"), ("libi18npoollo.a", "i18npool_component_getFactory"), - ("libpackage2.a", "package2_component_getFactory"), ("libsmlo.a", "sm_component_getFactory"), ("libsrtrs1.a", "srtrs1_component_getFactory"), ("libucb1.a", "ucb_component_getFactory"), @@ -244,6 +243,11 @@ core_constructor_list = [ ("lingucomponent_SpellChecker_get_implementation", "#ifndef IOS"), "lingucomponent_LangGuess_get_implementation", "lingucomponent_Hyphenator_get_implementation", +# package/util/package2.component + "package_OZipFileAccess_get_implementation", + "package_ZipPackage_get_implementation", + "package_ManifestReader_get_implementation", + "package_ManifestWriter_get_implementation", # sax/source/expatwrap/expwrap.component "com_sun_star_comp_extensions_xml_sax_FastParser_get_implementation", "com_sun_star_comp_extensions_xml_sax_ParserExpat_get_implementation", |