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>
This commit is contained in:
Bartosz Kosiorek
2019-03-04 23:46:52 +01:00
committed by László Németh
parent 22f94eb4f7
commit df22e97db5

View File

@@ -731,6 +731,7 @@ OUString SvXMLGraphicHelper::implSaveGraphic(css::uno::Reference<css::graphic::X
static const char* aCompressiblePics[] = static const char* aCompressiblePics[] =
{ {
"image/svg+xml", "image/svg+xml",
"image/x-emf",
"image/x-wmf", "image/x-wmf",
"image/tiff", "image/tiff",
"image/x-eps", "image/x-eps",