summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@poczta.onet.pl>2019-03-04 23:46:52 +0100
committerAndras Timar <andras.timar@collabora.com>2019-03-05 23:38:43 +0100
commit043c4e9ebf8beb7733d4f08988299b8b3d7cb31e (patch)
treeff23591bb59ea3cee5bfe449657a8e0033b10211 /svx
parent338708e46cf947e6381cd3e5a5be1993c483b045 (diff)
tdf#123452 EMF Re-enable compression for image/x-emf files
Change-Id: I9fd801d5eef6c65f8e68e30723415da7b493d767 Reviewed-on: https://gerrit.libreoffice.org/68716 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org> (cherry picked from commit df22e97db5b7608b6d53b15b86b5a83610f9c87b)
Diffstat (limited to 'svx')
-rw-r--r--svx/source/xml/xmlgrhlp.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx
index 64c272bbbe72..38be563ba9c6 100644
--- a/svx/source/xml/xmlgrhlp.cxx
+++ b/svx/source/xml/xmlgrhlp.cxx
@@ -521,6 +521,7 @@ bool SvXMLGraphicHelper::ImplWriteGraphic( const OUString& rPictureStorageName,
static const char* aCompressiblePics[] =
{
"image/svg+xml",
+ "image/x-emf",
"image/x-wmf",
"image/tiff",
"image/x-eps",