diff options
author | Kalman Szalai - KAMI <kami911@gmail.com> | 2011-05-27 16:56:10 +0200 |
---|---|---|
committer | Kalman Szalai - KAMI <kami911@gmail.com> | 2011-06-03 15:27:01 +0200 |
commit | 06743987da0d6f46d1fdaf836712dba8fa95ecf9 (patch) | |
tree | 03411a6a16cfd77b74ee1f58d7ecb58e48fa0416 | |
parent | 4912a5e54fe31fd132de5d3a7ddef8de01bb75ba (diff) |
move default language independent layout templates
from /share/template
to /share/template/common
-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 8fa0e7e9f249..be50f74834e3 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> |