diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2018-04-08 12:35:58 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-04-10 00:47:22 +0200 |
commit | 8b34efff7a7ed13553dfe87cd2413d01c76dec1d (patch) | |
tree | fea585bfae98b6af5270b0aef2491b445c1a2004 /offapi/com | |
parent | c7b8dacab8fafdcf89311f780493a896e7350454 (diff) |
tdf#114523 Make inline tooltips for changes optional
Revert redline shenanigans from change 46971; option is now set with view
Change-Id: I55fcfef8a40ad621630dfcefed9e50fdafa94005
Reviewed-on: https://gerrit.libreoffice.org/52586
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/text/ViewSettings.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/ViewSettings.idl b/offapi/com/sun/star/text/ViewSettings.idl index 5461f44ef98b..c433d9c3f2b0 100644 --- a/offapi/com/sun/star/text/ViewSettings.idl +++ b/offapi/com/sun/star/text/ViewSettings.idl @@ -265,6 +265,12 @@ published service ViewSettings @since LibreOffice 5.1 */ [optional, property] boolean HideWhitespace; + + /** If this property is `TRUE`, tooltips for tracked changes are shown. + + @since LibreOffice 6.1 + */ + [optional, property] boolean ShowInlineTooltips; }; }; }; }; }; |