diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-11-16 18:52:32 +0100 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-12-01 08:44:43 +0100 |
commit | eb3481d9d0d67c88e04a9da86e0cee6a7585c386 (patch) | |
tree | 58e8297bd87d67d8c5bc158b48acedc2925be5f1 /sw/inc/ndtxt.hxx | |
parent | 2b61043032e2e408e3a721bb91dd13577aa673dc (diff) |
sw_redlinehide_4a: add layout to SwTextNode::GetParaAttr()
Merge items from first-node and props-node, as they are used in the
text formatting.
Change-Id: I4cbab55bc3b0f8bc6dc5bd3577da53b3160018a3
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r-- | sw/inc/ndtxt.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index 0818fde96434..64eef11f9221 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -305,7 +305,8 @@ public: bool GetParaAttr( SfxItemSet& rSet, sal_Int32 nStt, sal_Int32 nEnd, const bool bOnlyTextAttr = false, const bool bGetFromChrFormat = true, - const bool bMergeIndentValuesOfNumRule = false ) const; + const bool bMergeIndentValuesOfNumRule = false, + SwRootFrame const* pLayout = nullptr) const; /// Convey attributes of an AttrSet (AutoFormat) to SwpHintsArray. void FormatToTextAttr( SwTextNode* pNd ); |