[Libreoffice-commits] core.git: bin/get-bugzilla-attachments-by-mimetype
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue Apr 2 09:17:33 PDT 2013
bin/get-bugzilla-attachments-by-mimetype | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d95e889dab134ec49000f8f6ea0f0061948a1a0e
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Tue Apr 2 17:09:39 2013 +0200
add ms publisher file formats to get-bugzilla-attachments
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index ebdd2d1..557b2d4 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -281,6 +281,7 @@ mimetypes = {
'application/vnd.openxmlformats-officedocument.wordprocessingml.template': 'dotx',
'application/vnd.visio': 'vsd',
'application/vnd.visio.xml': 'vdx',
+ 'application/x-mspublisher': 'pub',
# W3C
'application/xhtml+xml': 'xhtml',
'application/mathml+xml': 'mml',
More information about the Libreoffice-commits
mailing list