[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - officecfg/registry

Caolán McNamara caolanm at redhat.com
Wed Apr 9 07:08:19 PDT 2014


 officecfg/registry/data/org/openoffice/Office/Paths.xcu |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a5b68f520067219c5e571238eafe93d1d728ce38
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Feb 25 09:55:48 2014 +0000

    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 at redhat.com>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu
index 4b5ec7d..05f8e0b 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">


More information about the Libreoffice-commits mailing list