From 5351f621d5eb599757af95213c4b391c0f34df2e Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 17 Jul 2015 17:27:56 +0200 Subject: svx: this was supposed to be "image/x-eps" Change-Id: Ieb9d7f23a0ef1e4546c488a678dbfde085156216 --- svx/source/xml/xmlgrhlp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx index ffb5c408390a..b193887bc402 100644 --- a/svx/source/xml/xmlgrhlp.cxx +++ b/svx/source/xml/xmlgrhlp.cxx @@ -473,7 +473,7 @@ OUString SvXMLGraphicHelper::ImplGetGraphicMimeType( const OUString& rFileName ) { "tif", "image/tiff" }, { "svg", "image/svg+xml" }, { "wmf", "image/x-wmf" }, - { "eps", "image/eps" }, + { "eps", "image/x-eps" }, { "bmp", "image/bmp" }, { "pct", "image/x-pict" } }; -- cgit