summaryrefslogtreecommitdiff
path: root/sw/inc/ndtxt.hxx
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-10-26 11:58:58 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-11-15 15:10:03 +0100
commit8691bb65e90b9616891bf93cd36c4292cc6bc1b5 (patch)
tree840872021b910d6cf57c17c196cbfbf97c8dff7e /sw/inc/ndtxt.hxx
parent1514dea569e0ffdd669b1dd2c7f12d0c67596153 (diff)
sw_redlinehide_3: SwEditShell::IsFirstNumRuleAtPos()
IsFirstOfNumRule() needs a layout so it can check the correct SwNodeNum. Change-Id: Ic6bd9adc909d7c325f5e450fd9e53a15f68e7a63
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r--sw/inc/ndtxt.hxx2
1 files changed, 1 insertions, 1 deletions
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;