summaryrefslogtreecommitdiff
path: root/connectivity/registry
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-13 09:52:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-13 10:05:57 +0200
commitf50a41437ee99aee499dbabd1d36ef8197db5559 (patch)
tree27aaa825787a3c3999472ee3a254b9d31100e3d3 /connectivity/registry
parenta91805241c64694b0e4ba16b90edcf56fab2cf5a (diff)
fdo#53246 Fresh postgresql-sdbc implementation names
The descriptions for fdo#53246 "Libo36 does not start, InvalidRegistryException from program/services/postgresql-sdbc.rdb" make it look like the user had installed the functionality that comes bundled in postgresql-sdbc.rdb also as an extension installed per-user or shared. <http://wiki.documentfoundation.org/PostgreSQL-SDBC> indicates that what is now bundled due to c97d74b5f0608866bad3f7ae943811bdff4f7986 "fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part" indeed was once available as a freestanding postgresql-sdbc-*.oxt that could have been installed per-user or shared. To prevent problems with such scenarios, rename the relevant implementation names by adding a ".noext" suffix. Change-Id: I43414a64461ba643f0ca0b2749450099cb6c8a4d
Diffstat (limited to 'connectivity/registry')
-rw-r--r--connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu
index 8958123c41d5..75328efa9aa2 100644
--- a/connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu
+++ b/connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu
@@ -56,7 +56,7 @@
<node oor:name="Installed" install:module="postgresql">
<node oor:name="sdbc:postgresql:*" oor:op="replace">
<prop oor:name="Driver">
- <value>org.openoffice.comp.connectivity.pq.Driver</value>
+ <value>org.openoffice.comp.connectivity.pq.Driver.noext</value>
</prop>
<prop oor:name="DriverTypeDisplayName" oor:type="xs:string">
<value xml:lang="en-US">PostgreSQL</value>