summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-01-17 13:36:56 +0200
committerTor Lillqvist <tml@collabora.com>2014-01-17 13:40:49 +0200
commit970384c2e85ed9caa72d435a698bb2ee88537967 (patch)
tree80c553a699124d00844526f7be8c0aa57b1f2aae /solenv/bin
parent321cb83147508888c960ef69e7e0ff54a52abce8 (diff)
Add a few more components that at least TiledLibreOffice needs
Change-Id: Icdce8b7165f53caed1878e8f97a933cdaf3471ff
Diffstat (limited to 'solenv/bin')
-rwxr-xr-xsolenv/bin/native-code.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 1368f474fee4..2657438569e2 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -35,9 +35,11 @@ core_factory_list = [
("libpackage2.a", "package2_component_getFactory"),
("libsotlo.a", "sot_component_getFactory"),
("libspelllo.a", "spell_component_getFactory"),
+ ("libsrtrs1.a", "srtrs1_component_getFactory"),
("libtklo.a", "tk_component_getFactory"),
("libucb1.a", "ucb_component_getFactory"),
("libucpfile1.a", "ucpfile_component_getFactory"),
+ ("libucphier1.a", "ucphier1_component_getFactory"),
("libunordflo.a", "unordf_component_getFactory"),
("libunoxmllo.a", "unoxml_component_getFactory"),
("libutllo.a", "utl_component_getFactory"),
@@ -52,6 +54,7 @@ core_constructor_list = [
"com_sun_star_comp_extensions_xml_sax_ParserExpat_get_implementation",
"com_sun_star_comp_extensions_xml_sax_FastParser_get_implementation",
# sfx2/util/sfx.component
+ "com_sun_star_comp_sfx2_DocumentTemplates_get_implementation",
"com_sun_star_comp_sfx2_GlobalEventBroadcaster_get_implementation",
"com_sun_star_comp_office_FrameLoader_get_implementation",
"SfxDocumentMetaData_get_implementation",