summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-23 16:01:22 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-23 16:03:11 +0100
commit7ab15103b74a16d774fc0c47ddae5d69e6be5082 (patch)
tree72612776b80d9b2e0355fc2aa99c3e404cc4cc36
parent393ece995a0761a72c8341bf56e40fe4c57a4824 (diff)
connectivity: use "application/x-dbase" for DBase files
... which is what we already use in calc.desktop; also "application/dbaes" is not registered at IANA. Change-Id: Ic2031a53e6620d10874df8882448497564962114
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype1
-rw-r--r--connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu2
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index ac5967d85f3d..9e108ffa1cb2 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -304,6 +304,7 @@ mimetypes = {
# misc
'text/csv': 'csv',
'text/spreadsheet': 'slk',
+ 'application/x-dbase': 'dbf',
'application/vnd.corel-draw': 'cdr',
'application/vnd.lotus-wordpro': 'lwp',
'application/vnd.lotus-1-2-3': 'wks',
diff --git a/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu
index 8798ce8779d8..02e61f2d8684 100644
--- a/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu
+++ b/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu
@@ -82,7 +82,7 @@
</node>
<node oor:name="MediaType" oor:op="replace">
<prop oor:name="Value" oor:type="xs:string">
- <value>application/dbase</value>
+ <value>application/x-dbase</value>
</prop>
</node>
</node>