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 /offapi/UnoApi_offapi.mk | |
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 'offapi/UnoApi_offapi.mk')
-rw-r--r-- | offapi/UnoApi_offapi.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index ce31dcb1a844..204ef1feb1b5 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -101,6 +101,7 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,com/sun/star/configuration,\ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,com/sun/star/cui,\ AsynchronousColorPicker \ ColorPicker \ + GetCreateDialogFactoryService \ )) $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,com/sun/star/datatransfer,\ DataFormatTranslator \ |