summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-24 20:56:50 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-24 20:56:50 +0100
commit224e9c81d87de598c00cd7025dfe43febcc08477 (patch)
treeb2a010e9368b599b64e4d4efb9d4600ee905854d
parentf0d3fa4ad08ba0f9975f4a6f9f96ab7ac946871d (diff)
"connectivity: use 'application/x-dbase' for DBase files," as it breaks JunitTest_dbaccess_unoapi. This apparently needs changes to more places. Change-Id: I39ce794254324881818951fdb500ff04347b603a
-rw-r--r--connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu
index 02e61f2d8684..8798ce8779d8 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/x-dbase</value>
+ <value>application/dbase</value>
</prop>
</node>
</node>