diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-08 15:31:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-11 09:38:21 +0000 |
commit | ed00d0ddd663085a5fd180301cdc82af80bc8077 (patch) | |
tree | e9949eddf99b907a06ab99f248e81831a1505699 /sysui/CustomTarget_share.mk | |
parent | 4b758c52955e1931850938bf70764ee6376616a0 (diff) |
create a master document template type
of application/vnd.oasis.opendocument.text-master-template with
suffic otm
https://lists.oasis-open.org/archives/office-comment/201002/msg00042.html
desktop/icons/oasis-master-document-template.icns is just a copy
of
desktop/icons/oasis-master-document.icns
because I can't draw
Change-Id: I0d18c79c4c893e97505052884ee8be97d0f117a1
Reviewed-on: https://gerrit.libreoffice.org/11350
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sysui/CustomTarget_share.mk')
-rw-r--r-- | sysui/CustomTarget_share.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysui/CustomTarget_share.mk b/sysui/CustomTarget_share.mk index 862e57f51f0a..e4dde6fbaaaf 100644 --- a/sysui/CustomTarget_share.mk +++ b/sysui/CustomTarget_share.mk @@ -58,6 +58,7 @@ MIMELIST := \ oasis-presentation-flat-xml \ oasis-formula \ oasis-master-document \ + oasis-master-document-template \ oasis-database \ oasis-web-template \ ms-excel-sheet-12 \ @@ -90,6 +91,7 @@ MIMEICONLIST := \ oasis-presentation-template \ oasis-formula \ oasis-master-document \ + oasis-master-document-template \ oasis-database \ oasis-web-template \ text \ |