diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-01-23 22:00:57 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2024-06-16 09:34:47 +0000 |
commit | ceabc41e663734adce358ebb69491c83cfedb9b7 (patch) | |
tree | a95b80b98b3bea74bdbd21957a62e2512dd55e9f /data | |
parent | b351bbf581b4b27b0953d4a40491b7807d550c31 (diff) |
Rename back legacy OOoXML file formats
"application/vnd.sun.xml.*" formats are StarOffice 6 / OpenOffice 1.0
XML documents - these are legacy and replaced by ODF.
There is no LibreOffice version 1.0, hence they are called
"OpenOffice.org 1.0 Text Document" etc. by LO itself:
https://git.libreoffice.org/core/+/refs/heads/master/filter/source/config/fragments/types/writer_StarOffice_XML_Writer.xcu
However rename the extension type to "LibreOffice extension", as that is
still actively developed and users will most likely use them with LO now.
Fixes: #141
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 00bba80..faf9408 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -1141,7 +1141,7 @@ command to generate the output files. </magic> </mime-type> <mime-type type="application/vnd.sun.xml.calc"> - <comment>LibreOffice Calc spreadsheet</comment> + <comment>OpenOffice.org 1.0 Calc spreadsheet</comment> <sub-class-of type="application/zip"/> <generic-icon name="x-office-spreadsheet"/> <magic priority="70"> @@ -1154,7 +1154,7 @@ command to generate the output files. <glob pattern="*.sxc"/> </mime-type> <mime-type type="application/vnd.sun.xml.calc.template"> - <comment>LibreOffice Calc template</comment> + <comment>OpenOffice.org 1.0 Calc template</comment> <sub-class-of type="application/zip"/> <generic-icon name="x-office-spreadsheet"/> <magic priority="70"> @@ -1167,7 +1167,7 @@ command to generate the output files. <glob pattern="*.stc"/> </mime-type> <mime-type type="application/vnd.sun.xml.draw"> - <comment>LibreOffice Draw drawing</comment> + <comment>OpenOffice.org 1.0 Draw drawing</comment> <sub-class-of type="application/zip"/> <generic-icon name="image-x-generic"/> <magic priority="70"> @@ -1180,7 +1180,7 @@ command to generate the output files. <glob pattern="*.sxd"/> </mime-type> <mime-type type="application/vnd.sun.xml.draw.template"> - <comment>LibreOffice Draw template</comment> + <comment>OpenOffice.org 1.0 Draw template</comment> <sub-class-of type="application/zip"/> <generic-icon name="image-x-generic"/> <magic priority="70"> @@ -1193,7 +1193,7 @@ command to generate the output files. <glob pattern="*.std"/> </mime-type> <mime-type type="application/vnd.sun.xml.impress"> - <comment>LibreOffice Impress presentation</comment> + <comment>OpenOffice.org 1.0 Impress presentation</comment> <sub-class-of type="application/zip"/> <generic-icon name="x-office-presentation"/> <magic priority="70"> @@ -1206,7 +1206,7 @@ command to generate the output files. <glob pattern="*.sxi"/> </mime-type> <mime-type type="application/vnd.sun.xml.impress.template"> - <comment>LibreOffice Impress template</comment> + <comment>OpenOffice.org 1.0 Impress template</comment> <sub-class-of type="application/zip"/> <generic-icon name="x-office-presentation"/> <magic priority="70"> @@ -1219,7 +1219,7 @@ command to generate the output files. <glob pattern="*.sti"/> </mime-type> <mime-type type="application/vnd.sun.xml.math"> - <comment>LibreOffice Math formula</comment> + <comment>OpenOffice.org 1.0 Math formula</comment> <sub-class-of type="application/zip"/> <generic-icon name="x-office-document"/> <magic priority="70"> @@ -1232,7 +1232,7 @@ command to generate the output files. <glob pattern="*.sxm"/> </mime-type> <mime-type type="application/vnd.sun.xml.writer"> - <comment>LibreOffice Writer document</comment> + <comment>OpenOffice.org 1.0 Writer document</comment> <sub-class-of type="application/zip"/> <generic-icon name="x-office-document"/> <magic priority="70"> @@ -1245,7 +1245,7 @@ command to generate the output files. <glob pattern="*.sxw"/> </mime-type> <mime-type type="application/vnd.sun.xml.writer.global"> - <comment>LibreOffice Writer global document</comment> + <comment>OpenOffice.org 1.0 Writer global document</comment> <sub-class-of type="application/zip"/> <generic-icon name="x-office-document"/> <magic priority="70"> @@ -1258,7 +1258,7 @@ command to generate the output files. <glob pattern="*.sxg"/> </mime-type> <mime-type type="application/vnd.sun.xml.writer.template"> - <comment>LibreOffice Writer template</comment> + <comment>OpenOffice.org 1.0 Writer template</comment> <sub-class-of type="application/zip"/> <generic-icon name="x-office-document"/> <magic priority="70"> @@ -1560,7 +1560,7 @@ command to generate the output files. <glob pattern="*.odi"/> </mime-type> <mime-type type="application/vnd.openofficeorg.extension"> - <comment>OpenOffice.org extension</comment> + <comment>LibreOffice extension</comment> <sub-class-of type="application/zip"/> <generic-icon name="x-office-document"/> <glob pattern="*.oxt" /> |