summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/ednumber.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-07-19 13:12:17 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-25 14:13:45 +0200
commit63f792d9b1482c518f37b4d0681082ea49957a1e (patch)
tree20a971bd0aff47a6bfea9bba60ff189dba75829c /sw/source/core/edit/ednumber.cxx
parent9532d9bc22b411f20d8203b9495aea2eae158e72 (diff)
Convert SV_DECL_PTRARR_SORT(SwOutlineNodes) to o3tl::sorted_vector
Change-Id: I17c40bda4ab401bde42b64d090fd7e3259e79026
Diffstat (limited to 'sw/source/core/edit/ednumber.cxx')
-rw-r--r--sw/source/core/edit/ednumber.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/ednumber.cxx b/sw/source/core/edit/ednumber.cxx
index 4a0b614371b5..36a74b0b0361 100644
--- a/sw/source/core/edit/ednumber.cxx
+++ b/sw/source/core/edit/ednumber.cxx
@@ -536,7 +536,7 @@ sal_Bool SwEditShell::IsProtectedOutlinePara() const
if( !rOutlNd.Seek_Entry( pNd, &nPos ) && nPos )
--nPos;
- for( ; nPos < rOutlNd.Count(); ++nPos )
+ for( ; nPos < rOutlNd.size(); ++nPos )
{
SwNodePtr pTmpNd = rOutlNd[ nPos ];