filter/source/graphicfilter/eps/eps.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6071bab93bae55cf037d1c31c63879cab66ad0d9 Author: Julien Nabet <serval2...@yahoo.fr> Date: Mon Jun 1 09:27:07 2015 +0100 tdf#91782 - fix VirtualDevice allocation crasher in eps filter. Change-Id: I59cc13cebf9a15e873cd0b7f8fccffa37a6a8f39 Reviewed-on: https://gerrit.libreoffice.org/17688 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Noel Grandin <noelgran...@gmail.com> diff --git a/filter/source/graphicfilter/eps/eps.cxx b/filter/source/graphicfilter/eps/eps.cxx index 177fa35..0921b9b 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits