diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-03-14 09:27:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-03-14 09:28:25 +0000 |
commit | bd1a3e75738d65a3bdd615c106ea57a999d51376 (patch) | |
tree | 881fcddfbb2c22d84648fde74077e86500533d80 /officecfg/registry | |
parent | e60506acc53098b4b479d565048c316562657cec (diff) |
configuration warnings about non-nillable properties with no default set
Change-Id: I5814f2e474e0ef5a37c5f43f8bb853219fd7981f
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 1 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 69b3f5c4174c..8e068a878dba 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -400,6 +400,7 @@ <desc>Selects a set of functions that are calculated for the selected cells, and which show the results in the status bar.</desc> <label>Statusbar Functions</label> </info> + <value>0</value> </prop> <prop oor:name="StatusbarFunction" oor:type="xs:int" oor:nillable="false"> <!-- OldPath: Calc/Layout --> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 99fc0ef83e82..3fc789def354 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2536,7 +2536,7 @@ <desc>Contains the path to the users NSS certificate directory.</desc> </info> </prop> - <prop oor:name="TSAURLs" oor:type="oor:string-list" oor:nillable="false"> + <prop oor:name="TSAURLs" oor:type="oor:string-list"> <info> <desc>Contains the URLs or Time Stamping Authority servers.</desc> </info> |