summaryrefslogtreecommitdiff
path: root/xmloff/source/core/xmlmultiimagehelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/xmlmultiimagehelper.cxx')
-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;