diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-20 09:32:21 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-24 17:03:07 +0200 |
commit | e5a6c3230e0593cc581267a4badb3409d4f01675 (patch) | |
tree | 42ef4503cfb7ad097090ade21de3e956b396871a /solenv/bin | |
parent | f04907b4dd843a202a951f23d15532265605dac5 (diff) |
After Tsahi's "connect tile device to DrawLayer" we need some more components
Change-Id: I4a5784a63d3bcc8af3b50e51e410744d8b185be9
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/native-code.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index a1c7098e8157..a6a21ce2a4f5 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -26,6 +26,7 @@ core_factory_list = [ ("libconfigmgrlo.a", "configmgr_component_getFactory"), ("libdrawinglayerlo.a", "drawinglayer_component_getFactory"), ("libfilterconfiglo.a", "filterconfig1_component_getFactory"), + ("libfrmlo.a", "frm_component_getFactory"), ("libfsstoragelo.a", "fsstorage_component_getFactory"), ("libhyphenlo.a", "hyphen_component_getFactory"), ("libi18npoollo.a", "i18npool_component_getFactory"), @@ -103,6 +104,8 @@ core_constructor_list = [ # stoc/source/inspect/introspection.component "com_sun_star_comp_stoc_Introspection_get_implementation", # toolkit/util/tk.component + "stardiv_Toolkit_UnoControlContainer_get_implementation", + "stardiv_Toolkit_UnoControlContainerModel_get_implementation", "stardiv_Toolkit_VCLXToolkit_get_implementation", # uui/util/uui.component "com_sun_star_comp_uui_UUIInteractionHandler_get_implementation", |