summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-30 11:06:22 +0200
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-30 11:34:51 +0200
commit739226133373960e42416da95216b7c736d572c6 (patch)
tree89fa71c1b7ce6ebf8851ee78f3ae5f74c4b25838 /connectivity
parent79d1d1b4405b9f76de10b9c2c5ecdca686b1f7b9 (diff)
Fix firebird-sdbc registry details.
Change-Id: I753095ba40b5fb45cfccd10a95bd8eb7b68bd564
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu8
1 files changed, 2 insertions, 6 deletions
diff --git a/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu
index 84ca47c9e18a..1141debc6295 100644
--- a/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu
+++ b/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu
@@ -32,13 +32,13 @@
*
************************************************************************ -->
<oor:component-data oor:name="Drivers" oor:package="org.openoffice.Office.DataAccess" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <node oor:name="Installed" install:module="firebird_sdbc">
+ <node oor:name="Installed" install:module="firebird">
<node oor:name="sdbc:embedded:firebird" oor:op="replace">
<prop oor:name="Driver">
<value>com.sun.star.comp.sdbc.firebird.Driver</value>
</prop>
<prop oor:name="DriverTypeDisplayName" oor:type="xs:string">
- <value xml:lang="en-US">Firebird</value>
+ <value xml:lang="en-US">Firebird Embedded</value>
</prop>
<node oor:name="Properties">
<!-- Don't use ODBC syntax for date&time literals and (full) outer joins,
@@ -126,7 +126,3 @@
</node>
</node>
</oor:component-data>
-
-<!-- Local Variables: -->
-<!-- indent-tabs-mode: nil -->
-<!-- End: -->