From 8b34efff7a7ed13553dfe87cd2413d01c76dec1d Mon Sep 17 00:00:00 2001 From: heiko tietze Date: Sun, 8 Apr 2018 12:35:58 +0200 Subject: 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 Tested-by: Heiko Tietze --- sw/source/core/inc/DocumentRedlineManager.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sw/source/core/inc/DocumentRedlineManager.hxx') diff --git a/sw/source/core/inc/DocumentRedlineManager.hxx b/sw/source/core/inc/DocumentRedlineManager.hxx index 52be64fa7d28..1a410a15b6ba 100644 --- a/sw/source/core/inc/DocumentRedlineManager.hxx +++ b/sw/source/core/inc/DocumentRedlineManager.hxx @@ -111,9 +111,6 @@ public: virtual void SetRedlinePassword( /*[in]*/const css::uno::Sequence & rNewPassword) override; - virtual bool IsHideInlineTooltips() override; - virtual void SetHideInlineTooltips(bool bSet) override; - //Non Interface methods; /** Set comment-text for Redline. It then comes in via AppendRedLine. @@ -142,7 +139,6 @@ private: sal_uInt16 mnAutoFormatRedlnCommentNo; /**< SeqNo for conjoining of AutoFormat-Redlines. by the UI. Managed by SwAutoFormat! */ css::uno::Sequence maRedlinePasswd; - bool m_bHideInlineTooltips : 1; }; } -- cgit v1.2.3