summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 10:16:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 11:37:14 +0200
commite2e66c4a37350155a4dbb6ec5e2811b9f87a6883 (patch)
tree77db9b49934db9f85409ddb724d7d6f6a8ba455b /solenv
parentf510f6a0b339522b0146d26630b139e0421a3657 (diff)
extensions/bib: create instances with uno constructors
See tdf#74608 for motivation. Change-Id: I022d29f4c39f79ed8e0fafe0687e95088279e046 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98875 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 11952f14333d..931435367b5d 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -35,7 +35,6 @@ core_factory_list = [
("libvcllo.a", "vcl_component_getFactory"),
("libsvtlo.a", "svt_component_getFactory"),
("libMacOSXSpelllo.a", "MacOSXSpell_component_getFactory", "#ifdef IOS"),
- ("libbiblo.a", "bib_component_getFactory"),
]
core_constructor_list = [
@@ -143,6 +142,8 @@ core_constructor_list = [
("com_sun_star_comp_extensions_LoggerPool", "#ifdef ANDROID"),
("com_sun_star_comp_extensions_PlainTextFormatter", "#ifdef ANDROID"),
("com_sun_star_comp_extensions_SimpleTextFormatter", "#ifdef ANDROID"),
+# extensions/source/bibliography/bib.component
+ "extensions_BibliographyLoader_get_implementation",
# filter/source/config/cache/filterconfig1.component
"filter_TypeDetection_get_implementation",
"filter_FrameLoaderFactory_get_implementation",