diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-10-25 13:25:59 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-11-15 15:10:02 +0100 |
commit | 675be4ab575762bb8cbd5b4b195220ff97b73a67 (patch) | |
tree | 1e810fce31c105173cbec9fb20f9facc0289829c /sw/inc/ndtxt.hxx | |
parent | 7e47114d9ebcdb8851e1e196be71f48550ba6c6b (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.hxx | 2 |
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. |