diff options
Diffstat (limited to 'officecfg')
-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 5b3a2043e63b..95c1aed3ab0b 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -398,6 +398,14 @@ </info> <value>true</value> </prop> + <prop oor:name="ThemedCursor" oor:type="xs:boolean" oor:nillable="false"> + <!-- UIHints: Tools - Options -Spreadsheets - View - [Section] Window --> + <info> + <desc>If true, a themed cursor is used (fat cross) otherwise the system default (arrow).</desc> + <label>Themed cursor</label> + </info> + <value>false</value> + </prop> </group> <group oor:name="Other"> <info> |