diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-07 11:17:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-07 11:35:01 +0100 |
commit | 98ecb80ad8601b03509cb791b2db845350ac8d2d (patch) | |
tree | a52af3f300debd0d19d6a2a39f402662a9258616 /postprocess | |
parent | 373ab83193ee5e0e870cd2fecb5b789a95613bdd (diff) |
sidebar theme loads pngs by name that are not picked up automatically
anywhere else, so explicitly list them here in an auxillary ilst
some are mentioned in sfx2/source/sidebar/Theme.cxx,
and some are mentioned in *IconURL properties in
officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
Change-Id: I0cf3919c20277d4c88783f06da53c5e889049a06
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_images.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk index 55bc715b10b3..818c86fb5207 100644 --- a/postprocess/CustomTarget_images.mk +++ b/postprocess/CustomTarget_images.mk @@ -27,6 +27,7 @@ $(packimages_DIR)/images%.zip : INDUSTRIAL_FALLBACK := $(packimages_DIR)/%.zip : \ $(packimages_DIR)/sorted.lst \ $(packimages_DIR)/commandimagelist.ilst \ + $(SRCDIR)/sfx2/source/sidebar/sidebar.ilst \ $(call gb_Helper_optional,HELP,$(helpimages_DIR)/helpimg.ilst) \ $(call gb_Helper_optional,DBCONNECTIVITY,$(if $(ENABLE_JAVA),$(SRCDIR)/connectivity/source/drivers/hsqldb/hsqlui.ilst)) \ $(call gb_Helper_get_imagelists) |