diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-05-31 15:36:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-09-20 14:33:31 +0200 |
commit | 8eb3f1a6173d7a9b194bde8dfb22d2d79ee5eb45 (patch) | |
tree | 9812088c3a8d61f1cab812afb7317e1e8a28f116 /solenv | |
parent | 889ec5cb46d63f4bc6feef331e4dfdc297147efc (diff) |
tdf#124364: Add some missing components from chart2, svtools, and xmloff
Change-Id: Ie9efd1c5b4f5f6ffa66215df27a78027ba0dea39
Reviewed-on: https://gerrit.libreoffice.org/79238
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 40f5edf90c01..a93ffbb80b74 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -122,6 +122,7 @@ core_constructor_list = [ # chart2/source/controller/chartcontroller.component "com_sun_star_comp_chart2_ChartDocumentWrapper_get_implementation", "com_sun_star_comp_chart2_ChartFrameLoader_get_implementation", + "com_sun_star_comp_chart2_WizardDialog_get_implementation", # comphelper/util/comphelp.component "com_sun_star_comp_MemoryStream", "com_sun_star_comp_task_OfficeRestartManager", @@ -220,6 +221,7 @@ core_constructor_list = [ "com_sun_star_comp_uri_UriSchemeParser_vndDOTsunDOTstarDOTexpand_get_implementation", "com_sun_star_comp_uri_UriSchemeParser_vndDOTsunDOTstarDOTscript_get_implementation", # vcl/vcl.android.component + "com_sun_star_comp_embed_HatchWindowFactory_get_implementation", "com_sun_star_graphic_GraphicObject_get_implementation", "com_sun_star_comp_graphic_GraphicProvider_get_implementation", # svx/util/svx.component @@ -261,6 +263,8 @@ core_constructor_list = [ # uui/util/uui.component "com_sun_star_comp_uui_UUIInteractionHandler_get_implementation", # xmloff/util/xo.component + "XMLMetaExportComponent_get_implementation", + "XMLMetaImportComponent_get_implementation", "XMLVersionListPersistence_get_implementation", # xmlscript/util/xmlscript.component "com_sun_star_comp_xmlscript_XMLBasicExporter", |