mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 01:36:45 +00:00
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
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 5.6 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user