From bb428df32b8c8d33f1c3d16cdb8677ff5c41da20 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Tue, 24 Apr 2018 15:56:01 -0400 Subject: Powerpoint writer: Remove docProps/thumbnail.jpeg in data dir. This file wasn't used in the production of documents. It's supposed to be a thumbnail of the current document, and we can't actually produce that ourselves. It turns out that the file contains a nonfree ICC color calibration file, so the best thing to do would be to remove it altogether. Fixes: #4588 --- data/pptx/docProps/thumbnail.jpeg | Bin 5709 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 data/pptx/docProps/thumbnail.jpeg (limited to 'data') diff --git a/data/pptx/docProps/thumbnail.jpeg b/data/pptx/docProps/thumbnail.jpeg deleted file mode 100644 index 07aa48f19..000000000 Binary files a/data/pptx/docProps/thumbnail.jpeg and /dev/null differ -- cgit v1.2.3