https://bugs.documentfoundation.org/show_bug.cgi?id=91782
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |, [email protected] --- Comment #3 from Julien Nabet <[email protected]> --- Michael/Noel: with this patch, no crash and eps export seems ok: diff --git a/filter/source/graphicfilter/eps/eps.cxx b/filter/source/graphicfilter/eps/eps.cxx index 1cc70b9..ff573ed 100644 --- a/filter/source/graphicfilter/eps/eps.cxx +++ b/filter/source/graphicfilter/eps/eps.cxx @@ -116,7 +116,7 @@ private: SvStream* mpPS; const GDIMetaFile* pMTF; GDIMetaFile* pAMTF; // only created if Graphics is not a Metafile - ScopedVclPtr<VirtualDevice> pVDev; + ScopedVclPtrInstance<VirtualDevice> pVDev; double nBoundingX1; // this represents the bounding box double nBoundingY1; Is it a right fix? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
