diff options
author | Kalman Szalai - KAMI <kami911@gmail.com> | 2011-05-27 16:56:10 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-06-07 21:54:24 +0200 |
commit | 105753f25e1cedfe67d04a5c4dcf6fadfd394fe8 (patch) | |
tree | 41636a3f7a28c22baf597d96a46f3efcfc56c7bf /officecfg | |
parent | e622907fa0bac33047433071e88b3c32c102f583 (diff) |
move default language independent layout templates
from /share/template
to /share/template/common
Signed-off-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 668e740e0f63..00d604e2460f 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> |