diff options
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index e2006aa3f144..69b3f5c4174c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -395,6 +395,12 @@ <info> <desc>Contains other layout settings.</desc> </info> + <prop oor:name="StatusbarMultiFunction" oor:type="xs:int" oor:nillable="false"> + <info> + <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> + </prop> <prop oor:name="StatusbarFunction" oor:type="xs:int" oor:nillable="false"> <!-- OldPath: Calc/Layout --> <!-- OldLocation: Soffice.cfg --> |