diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-11-16 16:45:20 +0100 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-12-01 08:44:43 +0100 |
commit | 2b61043032e2e408e3a721bb91dd13577aa673dc (patch) | |
tree | d9d127c2ea96c1b16f77ac3682e5781e1fdfba04 /sw/inc/ndtxt.hxx | |
parent | cb53a34d663626a2ae26ab85d5735bc1371c8aab (diff) |
sw: rename to SwTextNode::GetParaAttr(), at least that's unique
Change-Id: I1de6b544a4868f0d30077ba2c6d195bffd2e8b00
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 8fd2c5449f7b..0818fde96434 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -302,7 +302,7 @@ public: the requested item set as a LR-SPACE item, if <bOnlyTextAttr> == false, corresponding node has not its own indent attributes and the position-and-space mode of the list level is SvxNumberFormat::LABEL_ALIGNMENT. */ - bool GetAttr( SfxItemSet& rSet, sal_Int32 nStt, sal_Int32 nEnd, + bool GetParaAttr( SfxItemSet& rSet, sal_Int32 nStt, sal_Int32 nEnd, const bool bOnlyTextAttr = false, const bool bGetFromChrFormat = true, const bool bMergeIndentValuesOfNumRule = false ) const; |