From 98ecb80ad8601b03509cb791b2db845350ac8d2d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 7 Oct 2016 11:17:16 +0100 Subject: 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 --- postprocess/CustomTarget_images.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'postprocess/CustomTarget_images.mk') 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) -- cgit