From 8691bb65e90b9616891bf93cd36c4292cc6bc1b5 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 26 Oct 2018 11:58:58 +0200 Subject: sw_redlinehide_3: SwEditShell::IsFirstNumRuleAtPos() IsFirstOfNumRule() needs a layout so it can check the correct SwNodeNum. Change-Id: Ic6bd9adc909d7c325f5e450fd9e53a15f68e7a63 --- sw/inc/ndtxt.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/ndtxt.hxx') diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index d00b280abeb3..b483d7fc9e9d 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -772,7 +772,7 @@ public: void RemoveFromListRLHidden(); bool IsInList() const; - bool IsFirstOfNumRule() const; + bool IsFirstOfNumRule(SwRootFrame const& rLayout) const; sal_uInt16 GetScalingOfSelectedText( sal_Int32 nStt, sal_Int32 nEnd ) const; -- cgit