Kaydet (Commit) 5351f621 authored tarafından Michael Stahl's avatar Michael Stahl

svx: this was supposed to be "image/x-eps"

Change-Id: Ieb9d7f23a0ef1e4546c488a678dbfde085156216
üst 50cf52bd
...@@ -473,7 +473,7 @@ OUString SvXMLGraphicHelper::ImplGetGraphicMimeType( const OUString& rFileName ) ...@@ -473,7 +473,7 @@ OUString SvXMLGraphicHelper::ImplGetGraphicMimeType( const OUString& rFileName )
{ "tif", "image/tiff" }, { "tif", "image/tiff" },
{ "svg", "image/svg+xml" }, { "svg", "image/svg+xml" },
{ "wmf", "image/x-wmf" }, { "wmf", "image/x-wmf" },
{ "eps", "image/eps" }, { "eps", "image/x-eps" },
{ "bmp", "image/bmp" }, { "bmp", "image/bmp" },
{ "pct", "image/x-pict" } { "pct", "image/x-pict" }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment