diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-08-28 17:03:53 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-08-28 21:10:09 +0300 |
commit | 34dad6cf5d68c50746bb387debc89726fad2aa69 (patch) | |
tree | 77659414a83453e65ff5e354499ec74b66c00527 /officecfg | |
parent | 6bf7d1d0f69097b267d348d8d264e9b669f423a0 (diff) |
Silence "non-nillable property without value" warnings
Change-Id: I8135dde19023754dac506334ed576daba68b9365
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 778638d77d5a..394b00df4913 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5704,6 +5704,7 @@ </info> </enumeration> </constraints> + <value>0</value> </prop> <prop oor:name="NotebookbarIconSize" oor:type="xs:short" oor:nillable="false"> <!-- UIHints: Tools Options General View --> @@ -5728,6 +5729,7 @@ </info> </enumeration> </constraints> + <value>0</value> </prop> <prop oor:name="SymbolStyle" oor:type="xs:string" oor:nillable="false"> <!-- UIHints: Tools Options General View --> |