diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 09:55:48 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-04-09 14:07:47 +0000 |
commit | a5b68f520067219c5e571238eafe93d1d728ce38 (patch) | |
tree | 56d84c6f6dbc0e85f0255846ff49e6352dadada3 | |
parent | 351ab7b879a1e5bf879600bf47909181029a4d11 (diff) |
Resolves: fdo#76930 explictly list common lang-independant template dir
(cherry picked from commit 6f48d0bb2d3f3b4e4d3e46d3a5cdeaa552df1933)
Change-Id: I50d8efe46fc2eb3dfe615ad1f6eb7ee03cdcd29a
Reviewed-on: https://gerrit.libreoffice.org/8909
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Paths.xcu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu index 4b5ec7dd2f8f..05f8e0bdc987 100644 --- a/officecfg/registry/data/org/openoffice/Office/Paths.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Paths.xcu @@ -158,6 +158,7 @@ </node> <node oor:name="Template" oor:op="fuse" oor:mandatory="true"> <node oor:name="InternalPaths"> + <node oor:name="$(insturl)/@LIBO_SHARE_FOLDER@/template/common" oor:op="fuse"/> <node oor:name="$(insturl)/@LIBO_SHARE_FOLDER@/template/$(vlang)" oor:op="fuse"/> </node> <prop oor:name="WritePath"> |