xmloff/source/core/xmlmultiimagehelper.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 73f95c17bc6e295e364d777c29a6f0cd4d3c71a6 Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> AuthorDate: Wed Sep 19 12:51:00 2018 +0200 Commit: Thorsten Behrens <thorsten.behr...@cib.de> CommitDate: Fri Sep 21 12:58:15 2018 +0200 tdf#118502 Fix loading of eps images with replacement graphic Reviewed-on: https://gerrit.libreoffice.org/60752 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> (cherry picked from commit 088af44063c3e2d1d0e7744a9f9bd7b37ff58a75) Change-Id: Iaf9c8e2ed72115e1f82d2541ae2a1d4803795a46 Reviewed-on: https://gerrit.libreoffice.org/60814 Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de> Tested-by: Thorsten Behrens <thorsten.behr...@cib.de> diff --git a/xmloff/source/core/xmlmultiimagehelper.cxx b/xmloff/source/core/xmlmultiimagehelper.cxx index 06383283f542..447d2ea2675b 100644 --- a/xmloff/source/core/xmlmultiimagehelper.cxx +++ b/xmloff/source/core/xmlmultiimagehelper.cxx @@ -75,6 +75,10 @@ namespace { return 1020; } + if(sMimeType == "image/x-eps") + { + return 1025; + } if(sMimeType == "application/pdf") { return 1030; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits