[Libreoffice-commits] .: Branch 'libreoffice-3-4' - officecfg/registry
Petr Mladek
pmladek at kemper.freedesktop.org
Tue Jun 7 10:57:02 PDT 2011
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7b6a8771d49f8fceed36e6804e85794ae60da5d2
Author: Kalman Szalai - KAMI <kami911 at gmail.com>
Date: Fri May 27 16:56:10 2011 +0200
move default language independent layout templates
from /share/template
to /share/template/common
Signed-off-by: Petr Mladek <pmladek at suse.cz>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 668e740..00d604e 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -1711,7 +1711,7 @@
<author>MBA</author>
<desc>Specifies the templates originate from these folders and sub-folders.</desc>
</info>
- <value oor:separator=":">$(insturl)/share/template/$(vlang):$(insturl)/share/template:$(userurl)/template</value>
+ <value oor:separator=":">$(insturl)/share/template/$(vlang):$(insturl)/share/template/common:$(userurl)/template</value>
</prop>
<prop oor:name="UIConfig" oor:type="oor:string-list">
<info>
@@ -1859,7 +1859,7 @@
<info>
<desc>Specifies the default directory where all provided templates are located in folders and sub-folders.</desc>
</info>
- <value oor:separator=":">$(insturl)/share/template/$(vlang):$(insturl)/share/template:$(userurl)/template</value>
+ <value oor:separator=":">$(insturl)/share/template/$(vlang):$(insturl)/share/template/common:$(userurl)/template</value>
</prop>
<prop oor:name="UIConfig" oor:type="oor:string-list">
<info>
More information about the Libreoffice-commits
mailing list