diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-07 11:03:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-07 11:03:55 +0100 |
commit | 03fcda48819219d89d92db0ebd3d0515b2b9b002 (patch) | |
tree | 6103adaefff48dcd7b52639b03c9dce4171d51f1 /solenv | |
parent | a77f0e5edbf0f7a5f1c488428a90a29bb61c615c (diff) |
Convert com.sun.star.comp.stoc.Introspection to direct construction
Change-Id: Ia01efee8c7cc28d1f71fd87c735a6cbc205b3eaf
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 4bd729b5e603..12162ccd5a20 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -18,7 +18,6 @@ from optparse import OptionParser core_factory_list = [ ("libembobj.a", "embobj_component_getFactory"), - ("libintrospectionlo.a", "introspection_component_getFactory"), ("libreflectionlo.a", "reflection_component_getFactory"), ("libstocserviceslo.a", "stocservices_component_getFactory"), ("libchartcontrollerlo.a", "chartcontroller_component_getFactory"), @@ -100,6 +99,8 @@ core_constructor_list = [ "com_sun_star_comp_Draw_GraphicExporter_get_implementation", "com_sun_star_comp_Svx_GraphicExportHelper_get_implementation", "com_sun_star_comp_Svx_GraphicImportHelper_get_implementation", +# stoc/source/inspect/introspection.component + "com_sun_star_comp_stoc_Introspection_get_implementation", # toolkit/util/tk.component "stardiv_Toolkit_VCLXToolkit_get_implementation", # uui/util/uui.component |