summaryrefslogtreecommitdiffstats
path: root/offapi
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-04-08 12:35:58 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-04-10 00:47:22 +0200
commit8b34efff7a7ed13553dfe87cd2413d01c76dec1d (patch)
treefea585bfae98b6af5270b0aef2491b445c1a2004 /offapi
parentUpdated core (diff)
downloadcore-8b34efff7a7ed13553dfe87cd2413d01c76dec1d.tar.gz
core-8b34efff7a7ed13553dfe87cd2413d01c76dec1d.zip
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')
-rw-r--r--offapi/com/sun/star/text/ViewSettings.idl6
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;
};
}; }; }; };