summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-09-07 21:02:13 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-09-08 06:13:59 +0200
commit96886d7e09fc52d7a2099bf5296d74829a97febc (patch)
tree3b13858eecb50723dd0efd4a75eb8d375bdc9744 /drawinglayer
parentc0d54f7080a22074cac7eeb78893116c36114871 (diff)
gerrit cherry-pick mismerge left Pop in wrong block
Change-Id: I5928dc6778124006e08754f1dad51ffe1f3f7b63 Reviewed-on: https://gerrit.libreoffice.org/42084 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index 88616b2517b7..ee1f8dcf13d2 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -1728,6 +1728,7 @@ namespace drawinglayer
impEndSvtGraphicFill(pSvtGraphicFill);
}
+ mpOutputDevice->Pop();
break;
}
case PRIMITIVE2D_ID_METAFILEPRIMITIVE2D :
@@ -1747,7 +1748,6 @@ namespace drawinglayer
RenderMetafilePrimitive2D(aMetafile);
}
- mpOutputDevice->Pop();
break;
}
case PRIMITIVE2D_ID_MASKPRIMITIVE2D :