summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-07-17 17:27:56 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-17 17:27:56 +0200
commit5351f621d5eb599757af95213c4b391c0f34df2e (patch)
treef7eef7aafaed85e567a49b00e807602a0514a895 /svx
parent50cf52bd0eb45a2f8ca91bbd64def942ef191f2f (diff)
svx: this was supposed to be "image/x-eps"
Change-Id: Ieb9d7f23a0ef1e4546c488a678dbfde085156216
Diffstat (limited to 'svx')
-rw-r--r--svx/source/xml/xmlgrhlp.cxx2
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" }
};