Kaydet (Commit) 6071bab9 authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Noel Grandin

tdf#91782 - fix VirtualDevice allocation crasher in eps filter.

Change-Id: I59cc13cebf9a15e873cd0b7f8fccffa37a6a8f39
Reviewed-on: https://gerrit.libreoffice.org/17688Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst aff9057c
...@@ -116,7 +116,7 @@ private: ...@@ -116,7 +116,7 @@ private:
SvStream* mpPS; SvStream* mpPS;
const GDIMetaFile* pMTF; const GDIMetaFile* pMTF;
GDIMetaFile* pAMTF; // only created if Graphics is not a Metafile GDIMetaFile* pAMTF; // only created if Graphics is not a Metafile
ScopedVclPtr<VirtualDevice> pVDev; ScopedVclPtrInstance<VirtualDevice> pVDev;
double nBoundingX1; // this represents the bounding box double nBoundingX1; // this represents the bounding box
double nBoundingY1; double nBoundingY1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment