diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-24 20:56:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-24 20:56:50 +0100 |
commit | 224e9c81d87de598c00cd7025dfe43febcc08477 (patch) | |
tree | b2a010e9368b599b64e4d4efb9d4600ee905854d /connectivity/registry | |
parent | f0d3fa4ad08ba0f9975f4a6f9f96ab7ac946871d (diff) |
Partially revert 7ab15103b74a16d774fc0c47ddae5d69e6be5082
"connectivity: use 'application/x-dbase' for DBase files," as it breaks
JunitTest_dbaccess_unoapi. This apparently needs changes to more places.
Change-Id: I39ce794254324881818951fdb500ff04347b603a
Diffstat (limited to 'connectivity/registry')
-rw-r--r-- | connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu | 2 |
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> |