summaryrefslogtreecommitdiff
path: root/mysqlc/source/DataAccess.xcu
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/DataAccess.xcu')
-rw-r--r--mysqlc/source/DataAccess.xcu19
1 files changed, 19 insertions, 0 deletions
diff --git a/mysqlc/source/DataAccess.xcu b/mysqlc/source/DataAccess.xcu
new file mode 100644
index 000000000000..1c70d36f1680
--- /dev/null
+++ b/mysqlc/source/DataAccess.xcu
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="DataAccess" oor:package="org.openoffice.Office">
+ <node oor:name="UserDefinedDriverSettings">
+ <node oor:name="org.openoffice.comp.connectivity.mysql_native.Driver" oor:op="replace">
+ <prop oor:name="DriverName">
+ <value>org.openoffice.comp.connectivity.mysql_native.Driver</value>
+ </prop>
+ <prop oor:name="DriverPageDisplayName">
+ <value>MySQL native driver</value>
+ </prop>
+ <prop oor:name="DriverTypeDisplayName">
+ <value>MySQL native driver</value>
+ </prop>
+ <prop oor:name="DriverDsnPrefix">
+ <value>sdbc:mysqlc:</value>
+ </prop>
+ </node>
+ </node>
+</oor:node>