diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 9bff9441171f..f9a9ba770f1c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1055,6 +1055,14 @@ </info> <value>true</value> </prop> + <prop oor:name="ShowInlineTooltips" oor:type="xs:boolean" oor:nillable="false"> + <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display --> + <info> + <desc>Enables the writer to show the display of tips for tracked changes.</desc> + <label>Show inline tips</label> + </info> + <value>true</value> + </prop> </group> <group oor:name="NonprintingCharacter"> <info> |