summaryrefslogtreecommitdiff
path: root/sw/inc/ndtxt.hxx
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-11-16 16:45:20 +0100
committerMichael Stahl <Michael.Stahl@cib.de>2018-12-01 08:44:43 +0100
commit2b61043032e2e408e3a721bb91dd13577aa673dc (patch)
treed9d127c2ea96c1b16f77ac3682e5781e1fdfba04 /sw/inc/ndtxt.hxx
parentcb53a34d663626a2ae26ab85d5735bc1371c8aab (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.hxx2
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;