You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libreoffice/0001-explictly-list-common-...

26 lines
1.0 KiB

11 years ago
From 783e5a2e149694974fcce79a01144c78f154bfee Mon Sep 17 00:00:00 2001
11 years ago
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
Date: Tue, 25 Feb 2014 09:55:48 +0000
11 years ago
Subject: [PATCH 4/4] explictly list common lang-independant template dir
11 years ago
Change-Id: I50d8efe46fc2eb3dfe615ad1f6eb7ee03cdcd29a
---
officecfg/registry/data/org/openoffice/Office/Paths.xcu | 1 +
1 file changed, 1 insertion(+)
diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu
index 2ef605e..2a9eb5c 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>
<!--
--
1.8.5.3