summaryrefslogtreecommitdiffstats
path: root/cui/Library_cui.mk
diff options
context:
space:
mode:
authorSumit Chauhan <sumitcn25@gmail.com>2019-05-22 01:19:21 +0530
committerSzymon Kłos <szymon.klos@collabora.com>2019-06-10 19:18:22 +0200
commitc473c5b462f33df439b4b62b394c5d7811a05c7c (patch)
treea5a59b3dbf3fede8a2015c1765ef39f91f804c3c /cui/Library_cui.mk
parenttdf#125730: Shadow has the same color as the hatching fill (diff)
downloadcore-c473c5b462f33df439b4b62b394c5d7811a05c7c.tar.gz
core-c473c5b462f33df439b4b62b394c5d7811a05c7c.zip
Using registrymodifications.xcu for storing customized uiitem data
This patch store and render the GtkToolButton/GtkMenuButton of notebookbar*.ui show/hide property in registrymodifications.xcu. The patch also gives a solution to copy the notebookbar*.ui file in user directory from share directory provided file is absent in user directory.The patch also uses libxml2 library and write i.e change the property of uiitem(GtkToolButton/GtkMenuButton) in notebookbar*.ui files present in user directory. Change-Id: I518f37fc858250a04fafd2a4475e3ed03185f6ff Reviewed-on: https://gerrit.libreoffice.org/72698 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'cui/Library_cui.mk')
-rw-r--r--cui/Library_cui.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk
index 2d46420c4b1a..4cf00159dcad 100644
--- a/cui/Library_cui.mk
+++ b/cui/Library_cui.mk
@@ -70,6 +70,7 @@ $(eval $(call gb_Library_use_externals,cui,\
curl) \
icuuc \
icu_headers \
+ libxml2 \
orcus-parser \
orcus \
))
@@ -96,6 +97,7 @@ $(eval $(call gb_Library_add_exception_objects,cui,\
cui/source/customize/SvxConfigPageHelper \
cui/source/customize/SvxMenuConfigPage \
cui/source/customize/SvxToolbarConfigPage \
+ cui/source/customize/CustomNotebookbarGenerator \
cui/source/dialogs/about \
cui/source/dialogs/colorpicker \
cui/source/dialogs/cuicharmap \