diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-10-17 13:28:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-10-17 13:29:18 +0200 |
commit | 2418bae7027706a0cc2a4132edc378f651bed0a1 (patch) | |
tree | f0bea12ee78be3dd11c5124510471029f4b4163a /officecfg | |
parent | e4d1c22aa1a2c44e92543566f100a800b295f009 (diff) |
Undo basis/brand split: move help/ from basis to brand.
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Paths.xcu | 3 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu index bb0af9be40cf..1bf90f2a303f 100644 --- a/officecfg/registry/data/org/openoffice/Office/Paths.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Paths.xcu @@ -126,8 +126,7 @@ <node oor:name="Help" oor:op="fuse" oor:mandatory="true"> <node oor:name="InternalPaths"> - <!-- FIXME where should this go --> - <node oor:name="$(instpath)/basis-link/help" oor:op="fuse" /> + <node oor:name="$(instpath)/help" oor:op="fuse" /> </node> </node> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index bdd2edfd43fd..74e0c0f409fd 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1660,8 +1660,7 @@ <author>ABI</author> <desc>Specifies the path to the Office help files.</desc> </info> - <!-- FIXME where should this go --> - <value>$(instpath)/basis-link/help</value> + <value>$(instpath)/help</value> </prop> <prop oor:name="Linguistic" oor:type="xs:string"> <info> |