diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2018-05-07 10:06:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-05-09 08:52:57 +0200 |
commit | 77ae49e2e22bc4094f26932286404e50ec1c9c36 (patch) | |
tree | eb7cad268603437d966ee363d567b78f8c58fb32 /officecfg | |
parent | 96b08e181cdefce24ddc25fdbf0648856cbb7b0f (diff) |
tdf#117437 - Console error message about ShowInlineTooltips
Issue introduced with https://gerrit.libreoffice.org/#/c/52586/
Change-Id: I6959a645da1df9e956aecc8d923cfd6a9e0b7089
Reviewed-on: https://gerrit.libreoffice.org/53928
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.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 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> |