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 | faef37dc2c41b9183b91ceb06a72c6f11cc6dd65 (patch) | |
| tree | 585e4ecbbd78eaeb0b93997a6c72a06d2cc135a1 | |
| parent | 834c8f17c1adfe03f5e336725a5ffbb817be1d90 (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 8fa0e7e9f2..be50f74834 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> |
