summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/freedesktop.org.xml.in15
-rw-r--r--tests/mime-detection/list1
-rw-r--r--tests/mime-detection/lo24.otmbin0 -> 8355 bytes
3 files changed, 16 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 3c0e162..810a566 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -1338,6 +1338,21 @@ command to generate the output files.
</magic>
<glob pattern="*.odm"/>
</mime-type>
+ <mime-type type="application/vnd.oasis.opendocument.text-master-template">
+ <comment>ODM template</comment>
+ <acronym>ODM</acronym>
+ <expanded-acronym>OpenDocument Master</expanded-acronym>
+ <sub-class-of type="application/zip"/>
+ <generic-icon name="x-office-document"/>
+ <magic priority="80">
+ <match type="string" value="PK\003\004" offset="0">
+ <match type="string" value="mimetype" offset="30">
+ <match type="string" value="application/vnd.oasis.opendocument.text-master-template" offset="38"/>
+ </match>
+ </match>
+ </magic>
+ <glob pattern="*.otm"/>
+ </mime-type>
<mime-type type="application/vnd.oasis.opendocument.graphics">
<comment>ODG drawing</comment>
<acronym>ODG</acronym>
diff --git a/tests/mime-detection/list b/tests/mime-detection/list
index 784c150..3a78a8b 100644
--- a/tests/mime-detection/list
+++ b/tests/mime-detection/list
@@ -193,6 +193,7 @@ lo7.xls application/vnd.ms-excel
lo7.ppt application/vnd.ms-powerpoint
# Created with LibreOffice 24.2
lo24.odm application/vnd.oasis.opendocument.text-master
+lo24.otm application/vnd.oasis.opendocument.text-master-template
# Created with WordPerfect 9
regular.wpd application/vnd.wordperfect
compound.wpd application/vnd.wordperfect
diff --git a/tests/mime-detection/lo24.otm b/tests/mime-detection/lo24.otm
new file mode 100644
index 0000000..9f19692
--- /dev/null
+++ b/tests/mime-detection/lo24.otm
Binary files differ