diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-11 19:44:50 +0100 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-16 16:40:12 +0200 |
commit | fcfe056f792c7512f9f0ee7001bd20985686e5e4 (patch) | |
tree | e23b045b75eb6450ad86b472e6fc540f65f02676 /connectivity/registry | |
parent | 7c3560f50fe3199cc24961a2a9b89b6d13405925 (diff) |
Do not ask for user/password in embedded firebird.
Change-Id: I0237106e4012c9116248a97eda0ddf899b435f64
Diffstat (limited to 'connectivity/registry')
-rw-r--r-- | connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu index 527640a19572..3179fd24c03c 100644 --- a/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu +++ b/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu @@ -57,28 +57,8 @@ </node> </node> <node oor:name="Features"> - <!-- These entries enable the "Advanced Settings" UI to change the settings - whose default is set in node "Properties" above; - as this is guaranteed not to work with PostgreSQL, - we don't let people shoot themselves in the foot and don't enable the UI. --> - <!-- <node oor:name="EscapeDateTime" oor:op="replace"> --> - <!-- <prop oor:name="Value" oor:type="xs:boolean"> --> - <!-- <value>false</value> --> - <!-- </prop> --> - <!-- </node> --> - <!-- Confusingly, this corresponds to "EnableOuterJoinEscape" in the Properties --> - <!-- <node oor:name="UseBracketedOuterJoinSyntax" oor:op="replace"> --> - <!-- <prop oor:name="Value" oor:type="xs:boolean"> --> - <!-- <value>false</value> --> - <!-- </prop> --> - <!-- </node> --> </node> <node oor:name="MetaData"> - <node oor:name="Authentication" oor:op="replace"> - <prop oor:name="Value" oor:type="xs:string"> - <value>UserPassword</value> - </prop> - </node> </node> </node> <node oor:name="sdbc:firebird:*" oor:op="replace"> |