summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-10-28 10:11:47 +0100
committerMichael Stahl <michael.stahl@cib.de>2019-10-28 11:07:10 +0100
commit9f78a4174e5099ad3af65a23e158a51c1afca54d (patch)
tree37165ee4461e4edbb0dd442a55c1bed11683e950 /sw
parentaa77830c2ca3dd4f4d81ac14c795230fab653b6b (diff)
cid#1455157: sw: Memory - illegal accesses (WRAPPER_ESCAPE)
(regression from b522fc0646915d4da94df38dd249c88b28f25be7) Change-Id: I54f93ac16a2d4ddc687937d44c3aec450e59dd0e Reviewed-on: https://gerrit.libreoffice.org/81588 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/DocumentContentOperationsManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx b/sw/source/core/doc/DocumentContentOperationsManager.cxx
index 410a63e1d6d6..2e53c74032e9 100644
--- a/sw/source/core/doc/DocumentContentOperationsManager.cxx
+++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx
@@ -575,7 +575,7 @@ namespace
}
while (!startedFields.empty())
{
- auto const& pField(startedFields.top());
+ auto const pField(startedFields.top());
startedFields.pop();
SwPosition const& rStart(pField->GetMarkStart());
std::pair<sal_uLong, sal_Int32> const pos(