diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-15 21:11:22 +0200 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-16 16:40:16 +0200 |
commit | f32dc63b5219e3b8ff99b3b04ec06b48b3c20eab (patch) | |
tree | a47420e60d3eee5bbd3bc3e1915e7d89412c934d /connectivity/registry | |
parent | 35f02179210929fc125f69c6989a53610bd115df (diff) |
Make firebird-sdbc install consistent with other drivers.
Change-Id: I01673bda5a08ca793f4fba89ddae036e3f1483e2
Diffstat (limited to 'connectivity/registry')
-rw-r--r-- | connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu index 3179fd24c03c..2c3fc4f0d5a0 100644 --- a/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu +++ b/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu @@ -32,10 +32,10 @@ * ************************************************************************ --> <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"> + <node oor:name="Installed" install:module="firebird_sdbc"> <node oor:name="sdbc:embedded:firebird" oor:op="replace"> <prop oor:name="Driver"> - <value>com.sun.star.comp.sdbc.FirebirdDriver</value> + <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> @@ -63,7 +63,7 @@ </node> <node oor:name="sdbc:firebird:*" oor:op="replace"> <prop oor:name="Driver"> - <value>com.sun.star.comp.sdbc.FirebirdDriver</value> + <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> |