summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-09-14 16:44:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-09-15 17:44:21 +0200
commitf7b1989503380bb83841b3b086e5cbc6f7ca750c (patch)
tree6768d5cb8d04afbf7b622d738840fbd2be7685f8 /solenv
parenttdf#106946 Removed ability to resize Spellchecking-Options dialog (diff)
downloadcore-f7b1989503380bb83841b3b086e5cbc6f7ca750c.tar.gz
core-f7b1989503380bb83841b3b086e5cbc6f7ca750c.zip
Convert com.sun.star.comp.stoc.CoreReflection to direct construction
Change-Id: Iac6f30dbb9173e2ccc38b236efc4715ba7f2b67f Reviewed-on: https://gerrit.libreoffice.org/42289 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
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 4ca09fd2e1af..d0f1726dd65e 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -23,7 +23,6 @@ import xml.etree.ElementTree as ET
core_factory_list = [
("libembobj.a", "embobj_component_getFactory"),
("libevtattlo.a", "evtatt_component_getFactory"),
- ("libreflectionlo.a", "reflection_component_getFactory"),
("libcomphelper.a", "comphelp_component_getFactory"),
("libconfigmgrlo.a", "configmgr_component_getFactory"),
("libdrawinglayerlo.a", "drawinglayer_component_getFactory"),
@@ -190,6 +189,8 @@ core_constructor_list = [
"com_sun_star_comp_embed_OLESimpleStorage",
# stoc/source/inspect/introspection.component
"com_sun_star_comp_stoc_Introspection_get_implementation",
+# stoc/source/corereflection/reflection.component
+ "com_sun_star_comp_stoc_CoreReflection_get_implementation",
# stoc/util/stocservices.component
"com_sun_star_comp_stoc_OServiceManagerWrapper_get_implementation",
"com_sun_star_comp_stoc_TypeConverter_get_implementation",