diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-07-17 17:27:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-17 17:27:56 +0200 |
commit | 5351f621d5eb599757af95213c4b391c0f34df2e (patch) | |
tree | f7eef7aafaed85e567a49b00e807602a0514a895 | |
parent | 50cf52bd0eb45a2f8ca91bbd64def942ef191f2f (diff) |
svx: this was supposed to be "image/x-eps"
Change-Id: Ieb9d7f23a0ef1e4546c488a678dbfde085156216
-rw-r--r-- | svx/source/xml/xmlgrhlp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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" } }; |