diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2023-03-16 16:26:58 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2023-03-17 16:27:05 +0000 |
commit | 2327015285ef31430d8b6a1c18b45d3da1890306 (patch) | |
tree | 39788fadefe5bfdcaa84be02b4c064c3cf141578 /officecfg/registry | |
parent | b12c6c938450dee5092378b543da8bd8e2f1227f (diff) |
Related tdf#97551 - Fixes XHierarchicalNameAccess warning
Change-Id: I965568bfa57449d1227e7ed0967bc05a29edf85f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148998
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index dce8685a0a05..c4f78c7ecf9d 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -105,6 +105,14 @@ </info> <value>true</value> </prop> + <prop oor:name="FormulaMark" oor:type="xs:boolean" oor:nillable="false"> + <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display --> + <info> + <desc>Indicates whether formulas are marked.</desc> + <label>Formula indicator and hint</label> + </info> + <value>false</value> + </prop> <prop oor:name="ValueHighlighting" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display --> <info> |