summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-07-19 14:07:52 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-26 14:30:09 +0200
commita236f8318a0e05caeec53ccbee8b134f44a98008 (patch)
treee8e25865b99cd8f89c1077ceda74e1c4867ee571 /sw/source/filter/ww8/ww8par2.cxx
parentdb9274645596be84d449fdc6e224ddd0959b8ea4 (diff)
Convert SV_DECL_PTRARR_SORT(_SwFtnIdxs) to o3tl::sorted_vector
Change-Id: I84c4cd5686ea0649ad9ca6c879d51bffe6d693c2
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;