summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-24 11:04:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-24 13:15:34 +0200
commit03477108118028c8dfc1e161502177fabd037a6d (patch)
tree2185a09f9336b473810f3b7b7d41d96127f45f76 /sc
parent125a139e3dcfcf2bec4c61c30fb5dbf63f454cba (diff)
crashtesting: tdf107162-1.xls
regression from commit 8a304fe8b1282efa2d40bdf337728e64b7532a35 loplugin:useuniqueptr in XclEscherEx Change-Id: I84c2619a1ac62cf70144b530c540a4c18b474bd1 Reviewed-on: https://gerrit.libreoffice.org/57903 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xcl97/xcl97esc.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/xcl97/xcl97esc.cxx b/sc/source/filter/xcl97/xcl97esc.cxx
index 329ad5170150..ccbc75ae3dd3 100644
--- a/sc/source/filter/xcl97/xcl97esc.cxx
+++ b/sc/source/filter/xcl97/xcl97esc.cxx
@@ -383,6 +383,7 @@ void XclEscherEx::EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID )
{
pCurrXclObj = aStack.top().first;
pCurrAppData = std::move(aStack.top().second);
+ aStack.pop();
}
if( nAdditionalText == 3 )
nAdditionalText = 0;