summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-09-19 12:51:00 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-09-20 10:19:03 +0200
commit3ba766a24187c6c1d27c005301dc30caf73d38fd (patch)
treea2d5fa41dbf5259c7381831186c7bc4d1d168604 /xmloff
parentcaa2b68b9f3d686aa6f99e3e341b0f76e9e4ce46 (diff)
tdf#118502 Fix loading of eps images with replacement graphic
Change-Id: Iaf9c8e2ed72115e1f82d2541ae2a1d4803795a46 Reviewed-on: https://gerrit.libreoffice.org/60754 Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Tested-by: Jenkins
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmlmultiimagehelper.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/core/xmlmultiimagehelper.cxx b/xmloff/source/core/xmlmultiimagehelper.cxx
index 474e796c9ad8..36b65fdd7449 100644
--- a/xmloff/source/core/xmlmultiimagehelper.cxx
+++ b/xmloff/source/core/xmlmultiimagehelper.cxx
@@ -74,6 +74,10 @@ namespace
{
return 1020;
}
+ if (rMimeType == "image/x-eps")
+ {
+ return 1025;
+ }
if (rMimeType == "application/pdf")
{
return 1030;