Merge pull request #697 from Stepanov-Sergey/patch-4
added OpenDocument Formats (Open Office)
This commit is contained in:
commit
a2f864aa44
1 changed files with 8 additions and 0 deletions
|
@ -77,6 +77,14 @@
|
|||
<arg>"application/vnd.openxmlformats-officedocument.presentationml.presentation"</arg>
|
||||
<arg>"powerpoint"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="add">
|
||||
<arg>"application/vnd.oasis.opendocument.text"</arg>
|
||||
<arg>"odt"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="add">
|
||||
<arg>"application/vnd.oasis.opendocument.presentation"</arg>
|
||||
<arg>"odp"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="add">
|
||||
<arg>"application/pdf"</arg>
|
||||
<arg>"pdf"</arg>
|
||||
|
|
Loading…
Add table
Reference in a new issue