diff options
Diffstat (limited to 'officecfg/registry/data')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/DataAccess.xcu | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/DataAccess.xcu b/officecfg/registry/data/org/openoffice/Office/DataAccess.xcu index e8bfdbf9d0b6..9bd3801bab08 100644 --- a/officecfg/registry/data/org/openoffice/Office/DataAccess.xcu +++ b/officecfg/registry/data/org/openoffice/Office/DataAccess.xcu @@ -5,9 +5,9 @@ * * $RCSfile: DataAccess.xcu,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:48:08 $ + * last change: $Author: obo $ $Date: 2005-12-19 17:08:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,6 +59,17 @@ <value>60</value> </prop> </node> + <node oor:name="com.sun.star.comp.sdbc.kab.Driver" oor:op="replace"> + <prop oor:name="DriverName"> + <value>com.sun.star.comp.sdbc.kab.Driver</value> + </prop> + <prop oor:name="Enable"> + <value>false</value> + </prop> + <prop oor:name="Timeout"> + <value>60</value> + </prop> + </node> <node oor:name="com.sun.star.comp.sdbc.ado.ODriver" oor:op="replace"> <prop oor:name="DriverName"> <value>com.sun.star.comp.sdbc.ado.ODriver</value> |