diff options
| author | Michael Stahl <michael.stahl@allotropia.de> | 2023-04-28 10:58:40 +0200 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-04-28 12:17:22 -0700 |
| commit | 54c0c494a2967661462a50d0a5fed5da646730fa (patch) | |
| tree | 50ca0210647c209b1c995c5941f361b05ab6cc1c /src/Text | |
| parent | ac35c9a31cd7082452f1fc0b0290f55e11811bca (diff) | |
Writers.ODT: don't add thumbnail
Quite pointless to add a hardcoded image that doesn't show the
document content.
Diffstat (limited to 'src/Text')
| -rw-r--r-- | src/Text/Pandoc/Data.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Data.hs b/src/Text/Pandoc/Data.hs index f1cf0521c..823ff93a5 100644 --- a/src/Text/Pandoc/Data.hs +++ b/src/Text/Pandoc/Data.hs @@ -125,7 +125,6 @@ getDefaultReferenceODT = do "meta.xml", "settings.xml", "Configurations2/accelerator/current.xml", - "Thumbnails/thumbnail.png", "META-INF/manifest.xml"] let pathToEntry path = do epochtime <- floor `fmap` getPOSIXTime contents <- (BL.fromChunks . (:[])) `fmap` |
