diff options
author | David Tardon <dtardon@redhat.com> | 2016-08-11 16:44:16 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-08-11 16:48:29 +0200 |
commit | 5ade91546fcb11d27f8c61890a7dd51b49ee1b13 (patch) | |
tree | 92018e9412734fbc6d623d91ad53acfd7ead5577 /bin | |
parent | f2a60c783a8099f07b05f25301833f405c161d59 (diff) |
collect StarOffice docs
Change-Id: Icf4989844b7d0b5bcdad0e28792a41b5d5b5c27e
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 33a70aceb54b..bd47a1f74d71 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -462,6 +462,12 @@ mimetypes = { 'application/x-abiword': 'abw', 'application/x-pagemaker': 'pmd', 'application/x-gnumeric': 'gnumeric', + 'application/vnd.stardivision.calc': 'sdc', + 'application/vnd.stardivision.draw': 'sda', + 'application/vnd.stardivision.writer': 'sdw', + 'application/x-starcalc': 'sdc', + 'application/x-stardraw': 'sdd', + 'application/x-starwriter': 'sdw', # relatively uncommon image mimetypes 'image/x-freehand': 'fh', 'image/cgm': 'cgm', |