diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-23 13:05:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-25 14:45:55 +0100 |
commit | 47bfbbdb73380335196887b36c4d14530c0461ec (patch) | |
tree | 50c80c230bc3ed8026814454137ee230c92753af /solenv | |
parent | ff197bf1a9a8a6cd73fe0e1cc03c4424d9e1dc2e (diff) |
Create an UNO service to do the cui symbol lookup in vcl
which means I can remove one usage of gb_Library_set_plugin_for, which
is blocking linking the cui module into --enable-mergelibs=more
Change-Id: Ic6cd48377627f94747037c7247a1cd398738b390
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163820
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 4358188d1219..915218b865da 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -118,6 +118,7 @@ core_constructor_list = [ "com_sun_star_comp_rendering_MtfRenderer_get_implementation", # cui/util/cui.component ("com_sun_star_cui_ColorPicker_get_implementation", "#if !ENABLE_FUZZERS"), + "com_sun_star_cui_GetCreateDialogFactoryService", # dbaccess/util/dba.component "com_sun_star_comp_dba_DataAccessDescriptorFactory", "com_sun_star_comp_dba_OCommandDefinition", |