summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par2.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index 2eb6cd75decf..0e3b08a87670 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -382,7 +382,7 @@ sal_uInt16 SwWW8ImplReader::End_Ftn()
const SwNodeIndex* pSttIdx = ((SwTxtFtn*)pFN)->GetStartNode();
OSL_ENSURE(pSttIdx, "Probleme beim Anlegen des Fussnoten-Textes");
- ((SwTxtFtn*)pFN)->SetSeqNo( rDoc.GetFtnIdxs().Count() );
+ ((SwTxtFtn*)pFN)->SetSeqNo( rDoc.GetFtnIdxs().size() );
bool bOld = bFtnEdn;
bFtnEdn = true;