summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/ftnidx.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-20 13:29:19 +0200
committerNoel Grandin <noel@peralex.com>2015-08-20 13:52:18 +0200
commit2675fde1aace586300741207d0dfbf3d7deae867 (patch)
tree2abc8ff84289f85186edc65d5352ce835de18863 /sw/source/core/doc/ftnidx.cxx
parentb8e48824bf5b71599c0b8604c444d653fad57e5a (diff)
loplugin: defaultparams
Change-Id: I36c7086117112d35df98c05030c965c21d9330ac
Diffstat (limited to 'sw/source/core/doc/ftnidx.cxx')
-rw-r--r--sw/source/core/doc/ftnidx.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/ftnidx.cxx b/sw/source/core/doc/ftnidx.cxx
index c65ec4d42cf8..ff90fa42fca9 100644
--- a/sw/source/core/doc/ftnidx.cxx
+++ b/sw/source/core/doc/ftnidx.cxx
@@ -288,7 +288,7 @@ const SwSectionNode* SwUpdFootnoteEndNtAtEnd::FindSectNdWithEndAttr(
const SwSectionNode* pNd = rTextFootnote.GetTextNode().FindSectionNode();
while( pNd && FTNEND_ATTXTEND_OWNNUMSEQ != ( nVal =
static_cast<const SwFormatFootnoteEndAtTextEnd&>(pNd->GetSection().GetFormat()->
- GetFormatAttr( nWh, true )).GetValue() ) &&
+ GetFormatAttr( nWh )).GetValue() ) &&
FTNEND_ATTXTEND_OWNNUMANDFMT != nVal )
pNd = pNd->StartOfSectionNode()->FindSectionNode();