diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2017-12-22 13:00:31 +0100 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-01-22 13:34:01 +0100 |
commit | 86e3f95cff4d3dad48d64e50e0c4b05034fa7064 (patch) | |
tree | b938928bad01cf3287343bb7ef169badf9e66a74 /officecfg | |
parent | 7c97a22ac7851329d1a5c71772542c062cd6f4f0 (diff) |
tdf#114523 Make inline tooltips for changes optional
Tooltips on tracked changes are not shown when Show track changes
is switched off; additional property introduced at Tools > Option >
Writer > Changes to disable the inline tooltip completely
Change-Id: I5b54895bb22d167a383b06627c69326c3c2f5b02
Reviewed-on: https://gerrit.libreoffice.org/46971
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
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 7a21b5bbd344..2b6465cdee93 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -2650,6 +2650,14 @@ <value>0</value> </prop> </group> + <prop oor:name="ShowInlineTooltip" oor:type="xs:boolean" oor:nillable="false"> + <!-- UIHints: Tools - Options - Text document - Changes - Show tooltips on changes --> + <info> + <desc>Specifies whether tooltips for track changes are shown in the document.</desc> + <label>Show _tooltips on changes</label> + </info> + <value>true</value> + </prop> </group> <group oor:name="Comparison"> <info> |