summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/xml/xmlgrhlp.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx
index a4daaac1a6c0..ffb5c408390a 100644
--- a/svx/source/xml/xmlgrhlp.cxx
+++ b/svx/source/xml/xmlgrhlp.cxx
@@ -471,7 +471,11 @@ OUString SvXMLGraphicHelper::ImplGetGraphicMimeType( const OUString& rFileName )
{ "png", "image/png" },
{ "jpg", "image/jpeg" },
{ "tif", "image/tiff" },
- { "svg", "image/svg+xml" }
+ { "svg", "image/svg+xml" },
+ { "wmf", "image/x-wmf" },
+ { "eps", "image/eps" },
+ { "bmp", "image/bmp" },
+ { "pct", "image/x-pict" }
};
OUString aMimeType;