summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-04-25 11:40:54 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-04-25 11:48:02 +0200
commit6891ab0dae58fe482e89eec5186ad7aeff909cac (patch)
treeb361c90a22a7d2777d5a874e805e5f8e62b0c87f /solenv
parente6e5a68f52f4e06b73f0ece3a3886f3bfc30f56d (diff)
enable clipboard service for android
- register the VCLGenericClipboard as the SystemClipboard - enable vcl.android component in Rdb services as this wasn't done - choose VclGenericClipboard as the android implementation Change-Id: I067dcf4d9cdfc4b7d7a941a1c86f545263d1abad
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index fd24f4a47e35..0d13b67fd6ac 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -59,6 +59,8 @@ core_factory_list = [
("libxmlfalo.a", "xmlfa_component_getFactory"),
("libodfflatxmllo.a", "odfflatxml_component_getFactory"),
("libxmlscriptlo.a", "xmlscript_component_getFactory"),
+ ("libmcnttype.a", "mcnttype_component_getFactory"),
+ ("libvcllo.a", "vcl_component_getFactory")
]
core_constructor_list = [
@@ -323,7 +325,7 @@ writer_factory_list = [
writer_constructor_list = [
# basic/util/sb.component
("com_sun_star_comp_sfx2_ScriptLibraryContainer_get_implementation", "#if HAVE_FEATURE_SCRIPTING"),
-# filter/source/textfilterdetect/textfd.component
+# filter/source/textfilterdetect/textfd.component
"com_sun_star_comp_filters_PlainTextFilterDetect_get_implementation",
# sw/util/sw.component
"com_sun_star_comp_Writer_XMLOasisContentImporter_get_implementation",