diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-26 09:25:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-26 09:25:24 +0100 |
commit | 2fa6c2ecbf8b5a3c5f26beac6c3026b282e38c81 (patch) | |
tree | b559908b8affdb36d45b85d345717d371bf67c1e /postprocess | |
parent | 5fc07f0781d864722cc1bacc1357b317b3b5fdbb (diff) |
remove reportdesign bitmaps from .src files
Change-Id: I9dfea090c130962591762cba88fcd69bbacf05fe
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 46db5aa44132..dad9b1e1f0d0 100644 --- a/postprocess/CustomTarget_images.mk +++ b/postprocess/CustomTarget_images.mk @@ -60,6 +60,7 @@ $(packimages_DIR)/sourceimagelist.ilst : \ $(SRCDIR)/formula/inc/bitmaps.hlst \ $(SRCDIR)/fpicker/inc/bitmaps.hlst \ $(SRCDIR)/framework/inc/bitmaps.hlst \ + $(SRCDIR)/reportdesign/inc/bitmaps.hlst \ $(SRCDIR)/sfx2/inc/bitmaps.hlst \ $(SRCDIR)/vcl/inc/bitmaps.hlst grep res $^ | cut -d'"' -f2 | sed "s/^/%MODULE%\//" | sed "s/%MODULE%.res/%GLOBALRES%/g" > $@ |