diff options
| author | Michael Stahl <[email protected]> | 2023-04-28 10:58:40 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-04-28 12:17:22 -0700 |
| commit | 54c0c494a2967661462a50d0a5fed5da646730fa (patch) | |
| tree | 50ca0210647c209b1c995c5941f361b05ab6cc1c /data/odt | |
| 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 'data/odt')
| -rw-r--r-- | data/odt/META-INF/manifest.xml | 1 | ||||
| -rw-r--r-- | data/odt/Thumbnails/thumbnail.png | bin | 785 -> 0 bytes |
2 files changed, 0 insertions, 1 deletions
diff --git a/data/odt/META-INF/manifest.xml b/data/odt/META-INF/manifest.xml index e281fe9b7..9691c9b5f 100644 --- a/data/odt/META-INF/manifest.xml +++ b/data/odt/META-INF/manifest.xml @@ -4,7 +4,6 @@ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/> <manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/> <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/> - <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/> <manifest:file-entry manifest:full-path="manifest.rdf" manifest:media-type="application/rdf+xml"/> <manifest:file-entry manifest:full-path="Configurations2/accelerator/current.xml" manifest:media-type=""/> <manifest:file-entry manifest:full-path="Configurations2/" manifest:media-type="application/vnd.sun.xml.ui.configuration"/> diff --git a/data/odt/Thumbnails/thumbnail.png b/data/odt/Thumbnails/thumbnail.png Binary files differdeleted file mode 100644 index 63de13060..000000000 --- a/data/odt/Thumbnails/thumbnail.png +++ /dev/null |
