diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2023-02-11 11:24:05 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2023-03-01 12:57:21 +0000 |
commit | 855f7c08d1feab7669670bfbc4ed2b3b3225db16 (patch) | |
tree | 0d8f8cd014bb74cfd88aea2283e1d30ad7b2b547 /docmodel/Library_docmodel.mk | |
parent | 79434c321597790de6cb8db18f4b9fb6dc8c60bb (diff) |
send theme info when changing color (in the picker) via UNO command
Change-Id: I288f8fb3375e152b5ee746fab2c05d08150d6c99
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146817
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'docmodel/Library_docmodel.mk')
-rw-r--r-- | docmodel/Library_docmodel.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docmodel/Library_docmodel.mk b/docmodel/Library_docmodel.mk index 8db7d0fa6f93..8a07e6532dad 100644 --- a/docmodel/Library_docmodel.mk +++ b/docmodel/Library_docmodel.mk @@ -14,6 +14,7 @@ $(eval $(call gb_Library_add_exception_objects,docmodel,\ docmodel/source/uno/UnoTheme \ docmodel/source/theme/ColorSet \ docmodel/source/theme/Theme \ + docmodel/source/theme/ThemeColorJSON \ )) $(eval $(call gb_Library_set_include,docmodel,\ @@ -22,7 +23,8 @@ $(eval $(call gb_Library_set_include,docmodel,\ )) $(eval $(call gb_Library_use_externals,docmodel,\ - libxml2 \ + libxml2 \ + boost_headers \ )) $(eval $(call gb_Library_add_defs,docmodel,\ |