aboutsummaryrefslogtreecommitdiff
path: root/data/odt
diff options
context:
space:
mode:
authorMichael Stahl <[email protected]>2023-04-28 10:58:40 +0200
committerJohn MacFarlane <[email protected]>2023-04-28 12:17:22 -0700
commit54c0c494a2967661462a50d0a5fed5da646730fa (patch)
tree50ca0210647c209b1c995c5941f361b05ab6cc1c /data/odt
parentac35c9a31cd7082452f1fc0b0290f55e11811bca (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.xml1
-rw-r--r--data/odt/Thumbnails/thumbnail.pngbin785 -> 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
deleted file mode 100644
index 63de13060..000000000
--- a/data/odt/Thumbnails/thumbnail.png
+++ /dev/null
Binary files differ