diff options
author | Ocke Janssen <oj@openoffice.org> | 2010-03-23 14:10:06 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2010-03-23 14:10:06 +0000 |
commit | ed1953db63ea4cae0c2a9f528ad23b6d675ec650 (patch) | |
tree | cde427aa138dd62eeadfff6d6669578d856389e3 /connectivity | |
parent | bb7e46c31953627200b72dba0b49c977e80dbebd (diff) |
#i109366# remove :* from url
Diffstat (limited to 'connectivity')
-rwxr-xr-x | connectivity/source/drivers/macab/macab.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/macab.xcu b/connectivity/source/drivers/macab/macab.xcu index 7d4fa6df7d70..0845bc9a2ce2 100755 --- a/connectivity/source/drivers/macab/macab.xcu +++ b/connectivity/source/drivers/macab/macab.xcu @@ -27,7 +27,7 @@ ************************************************************************ --> <oor:component-data oor:name="Drivers" oor:package="org.openoffice.Office.DataAccess" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <node oor:name="Installed"> - <node oor:name="sdbc:address:macab:*" oor:op="replace"> + <node oor:name="sdbc:address:macab" oor:op="replace"> <prop oor:name="Driver"> <value>com.sun.star.comp.sdbc.macab.Driver</value> </prop> |