[Libreoffice-commits] core.git: solenv/bin
Tor Lillqvist
tml at collabora.com
Fri Jan 17 03:41:29 PST 2014
solenv/bin/native-code.py | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 970384c2e85ed9caa72d435a698bb2ee88537967
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Jan 17 13:36:56 2014 +0200
Add a few more components that at least TiledLibreOffice needs
Change-Id: Icdce8b7165f53caed1878e8f97a933cdaf3471ff
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 1368f47..2657438 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",
More information about the Libreoffice-commits
mailing list