diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-16 14:45:02 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-16 14:45:02 +0100 |
commit | 01da86c29a23c3260f54774929b11897784cef0a (patch) | |
tree | 13fb41ba7f76f17ed9c1bc4f7c3b735d608f5533 | |
parent | de6cc2052f16b91ce01517bd2fd958f90422ca3f (diff) |
in the course of #i84012#: separate the display name of a database registration from the node name in der underlying configuration (the config structure for this was already there, it was just never used)
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/DataAccess.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/DataAccess.xcu b/officecfg/registry/data/org/openoffice/Office/DataAccess.xcu index a426891272..9078b3ef61 100644 --- a/officecfg/registry/data/org/openoffice/Office/DataAccess.xcu +++ b/officecfg/registry/data/org/openoffice/Office/DataAccess.xcu @@ -156,7 +156,7 @@ </node> </node> <node oor:name="RegisteredNames"> - <node oor:name="Bibliography" oor:op="replace"> + <node oor:name="org.openoffice.Bibliography" oor:op="replace"> <prop oor:name="Location" oor:type="xs:string"> <value>$(userurl)/database/biblio.odb</value> </prop> |