libreoffice/0001-explictly-list-common-lang-independant-template-dir.patch

26 lines
1.0 KiB
Diff
Raw Normal View History

2014-02-25 12:23:06 +00:00
From 783e5a2e149694974fcce79a01144c78f154bfee Mon Sep 17 00:00:00 2001
2014-02-25 10:56:37 +00:00
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
Date: Tue, 25 Feb 2014 09:55:48 +0000
2014-02-25 12:23:06 +00:00
Subject: [PATCH 4/4] explictly list common lang-independant template dir
2014-02-25 10:56:37 +00:00
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