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 6acf7b30ed28..474e796c9ad8 100644
--- a/xmloff/source/core/xmlmultiimagehelper.cxx
+++ b/xmloff/source/core/xmlmultiimagehelper.cxx
@@ -58,6 +58,10 @@ namespace
}
// vector formats, prefer always
+ if (rMimeType == "image/x-vclgraphic") // MIMETYPE_VCLGRAPHIC
+ {
+ return 990;
+ }
if (rMimeType == "image/x-svm")
{
return 1000;