From 4caef398af256be5f0c2a159129b528ee3702e5c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 13 Dec 2018 15:49:10 +0100 Subject: sw_redlinehide_4b: adapt FindAttrs() Iterate over merged nodes, and iterate over extents in them, so the complex attribute-finding logic doesn't need to be changed. Change-Id: Id72ca9247165a0c93f0cf2a38b7a0249771ca2eb --- sw/inc/swcrsr.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/inc/swcrsr.hxx') diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx index c46dbde27b7b..0ccba70839b9 100644 --- a/sw/inc/swcrsr.hxx +++ b/sw/inc/swcrsr.hxx @@ -129,7 +129,8 @@ public: bool& bCancel, FindRanges, const i18nutil::SearchOptions2* pSearchOpt, - const SfxItemSet* rReplSet = nullptr ); + const SfxItemSet* rReplSet = nullptr, + SwRootFrame const*const pLayout = nullptr); // UI versions bool IsStartEndSentence(bool bEnd, SwRootFrame const* pLayout) const; -- cgit