diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-10-12 23:15:39 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-10-12 23:21:50 +0200 |
commit | 0ecc6c2ca0927591479a227a28f2b58888080609 (patch) | |
tree | 28e3c31561dd314c35c40040039579d39c198548 /officecfg | |
parent | eb15d03b906cfc183d455f69922eab3a8e6d0006 (diff) |
officecfg: hack: adapt Help path
this is just to get my smoketest running and should be revisited.
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, 4 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu index fa55c57352b4..bb0af9be40cf 100644 --- a/officecfg/registry/data/org/openoffice/Office/Paths.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Paths.xcu @@ -126,7 +126,8 @@ <node oor:name="Help" oor:op="fuse" oor:mandatory="true"> <node oor:name="InternalPaths"> - <node oor:name="$(instpath)/help" oor:op="fuse" /> + <!-- FIXME where should this go --> + <node oor:name="$(instpath)/basis-link/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 be50f74834e3..bdd2edfd43fd 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1660,7 +1660,8 @@ <author>ABI</author> <desc>Specifies the path to the Office help files.</desc> </info> - <value>$(instpath)/help</value> + <!-- FIXME where should this go --> + <value>$(instpath)/basis-link/help</value> </prop> <prop oor:name="Linguistic" oor:type="xs:string"> <info> |