officecfg/registry/schema/org/openoffice/Office/Calc.xcs |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 2327015285ef31430d8b6a1c18b45d3da1890306
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Thu Mar 16 16:26:58 2023 +0100
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Fri Mar 17 16:27:05 2023 +0000

    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 <er...@redhat.com>

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>

Reply via email to