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 16:12:47 +0200 |
commit | 277531b0e434d2a101fc89f54128af63cc8b2772 (patch) | |
tree | 511f233f876b27726c2aca36daf70f24a35f1adc | |
parent | d45c2cf59a6ef1d454295553e5673ef82109b668 (diff) |
Resolves: fdo#76930 explictly list common lang-independant template dir
(cherry picked from commit 6f48d0bb2d3f3b4e4d3e46d3a5cdeaa552df1933)
Reviewed-on: https://gerrit.libreoffice.org/8909
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
(cherry picked from commit a5b68f520067219c5e571238eafe93d1d728ce38)
Signed-off-by: Michael Stahl <mstahl@redhat.com>
Conflicts:
officecfg/registry/data/org/openoffice/Office/Paths.xcu
Change-Id: I50d8efe46fc2eb3dfe615ad1f6eb7ee03cdcd29a
-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 a5c438da4dce..93842008e393 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)/share/template/common" oor:op="fuse"/> <node oor:name="$(insturl)/share/template/$(vlang)" oor:op="fuse"/> </node> <prop oor:name="WritePath"> |