summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-07-19 14:00:55 +0200
committerEike Rathke <erack@redhat.com>2012-07-19 21:53:42 +0200
commita2267b5d7acc41cea094fe3b86d124540205446a (patch)
tree0f3ffa484dd843d316d0a89d3635ce1e82a6ce7d /sw
parent317489c04a54ae70ccd2e86421988ff51f26f512 (diff)
fdo#52241 remove just one entry
Change-Id: Ida7920c3196105f7f8aab519da12e79135839345 (cherry picked from commit 859018061956b1937c7be3809a9858cbd610fa9c) Signed-off-by: Luboš Luňák <l.lunak@suse.cz> (cherry picked from commit 48d61f4ad1eb4f8a031e65c3fcbebc5023d600e9) Signed-off-by: Michael Stahl <mstahl@redhat.com> Signed-off-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/fields/authfld.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/core/fields/authfld.cxx b/sw/source/core/fields/authfld.cxx
index 1f3c24b7ecc7..ccfdfcfe4acc 100644
--- a/sw/source/core/fields/authfld.cxx
+++ b/sw/source/core/fields/authfld.cxx
@@ -322,9 +322,8 @@ sal_uInt16 SwAuthorityFieldType::GetSequencePos(long nHandle)
DELETEZ(pNew);
else // remove the old content
{
- for (SwTOXSortTabBases::const_iterator it = aSortArr.begin(); it != aSortArr.end(); ++it)
- delete *it;
- aSortArr.clear();
+ aSortArr.erase(aSortArr.begin() + i);
+ delete pOld;
}
break;
}