summaryrefslogtreecommitdiff
path: root/sw/inc/ndtxt.hxx
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-10-25 13:25:59 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-11-15 15:10:02 +0100
commit675be4ab575762bb8cbd5b4b195220ff97b73a67 (patch)
tree1e810fce31c105173cbec9fb20f9facc0289829c /sw/inc/ndtxt.hxx
parent7e47114d9ebcdb8851e1e196be71f48550ba6c6b (diff)
sw_redlinehide_3: adapt SwTextNode::IsNumbered() & callers
Answer depends on layout. Change-Id: Ibc7bddfa1b04630ddcfcfa429fbb507347073ce2
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 05bdb53b2f1f..d00b280abeb3 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -528,7 +528,7 @@ public:
@retval true This node is numbered.
@retval false else
*/
- bool IsNumbered() const;
+ bool IsNumbered(SwRootFrame const* pLayout = nullptr) const;
/** Returns if this text node has a marked label.