summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/System.xcs
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/System.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/System.xcs6
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/System.xcs b/officecfg/registry/schema/org/openoffice/System.xcs
index 4d432659d5f8..e78f3153ab79 100644
--- a/officecfg/registry/schema/org/openoffice/System.xcs
+++ b/officecfg/registry/schema/org/openoffice/System.xcs
@@ -37,21 +37,21 @@
<author>OBR</author>
<desc>Contains localization settings</desc>
</info>
- <prop oor:name="Locale" oor:type="xs:string">
+ <prop oor:name="Locale" oor:type="xs:string" oor:nillable="false">
<info>
<author>OBR</author>
<desc>Contains the user's desktop locale setting if available.</desc>
</info>
<value/>
</prop>
- <prop oor:name="UILocale" oor:type="xs:string">
+ <prop oor:name="UILocale" oor:type="xs:string" oor:nillable="false">
<info>
<author>OBR</author>
<desc>Contains the user's desktop UI language setting if available.</desc>
</info>
<value/>
</prop>
- <prop oor:name="SystemLocale" oor:type="xs:string">
+ <prop oor:name="SystemLocale" oor:type="xs:string" oor:nillable="false">
<info>
<author>OBR</author>
<desc>Contains the system's default locale setting if available.</desc>