added associations for opendocument graphic files
This commit is contained in:
parent
a0f1887200
commit
f52ca5f95c
2 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@ application/vnd.ms-powerpoint = exec catppt -d utf-8;mimetype=text/plain
|
|||
application/vnd.oasis.opendocument.text = exec rclsoff
|
||||
application/vnd.oasis.opendocument.presentation = exec rclsoff
|
||||
application/vnd.oasis.opendocument.spreadsheet = exec rclsoff
|
||||
application/vnd.oasis.opendocument.graphics = exec rclsoff
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document = \
|
||||
exec rclopxml
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.template = \
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
.ods = application/vnd.sun.xml.calc
|
||||
.stc = application/vnd.sun.xml.calc.template
|
||||
.sxd = application/vnd.sun.xml.draw
|
||||
.odg = application/vnd.sun.xml.draw
|
||||
.std = application/vnd.sun.xml.draw.template
|
||||
.sxi = application/vnd.sun.xml.impress
|
||||
.odp = application/vnd.sun.xml.impress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue