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 --- pandoc.cabal | 1 - 1 file changed, 1 deletion(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index 874dddbc7..e656e451c 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -102,7 +102,6 @@ data-files: data/odt/META-INF/manifest.xml -- source files for reference.pptx data/pptx/_rels/.rels - data/pptx/docProps/thumbnail.jpeg data/pptx/docProps/app.xml data/pptx/docProps/core.xml data/pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels -- cgit v1.2.3