From f716fd1580bcc6042afaab9beba24ca6cbcb1c73 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 2 Aug 2020 18:01:28 +0100 Subject: tdf#135369 on removing an image link, ensure the linked to image is in the list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If we removed something that is a link to a real file from our list of images to pack, but that real image is not in the list of images to pack, add it in instead so the real image does get packed Change-Id: I71bcbdf872a59194a1d94f287dda8fc27e4a6464 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99961 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- svtools/inc/bitmaps.hlst | 1 - 1 file changed, 1 deletion(-) (limited to 'svtools') diff --git a/svtools/inc/bitmaps.hlst b/svtools/inc/bitmaps.hlst index cb6a813eac61..35332e05ede0 100644 --- a/svtools/inc/bitmaps.hlst +++ b/svtools/inc/bitmaps.hlst @@ -123,5 +123,4 @@ #define BMP_TAB_LOCK "cmd/sc_lock.png" - /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ -- cgit