diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2019-03-04 23:46:52 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2019-03-05 07:43:05 +0100 |
commit | df22e97db5b7608b6d53b15b86b5a83610f9c87b (patch) | |
tree | 4bce53c6790deaa3e76d18e46fefaed83fe7c292 /svx | |
parent | 22f94eb4f7e0fd3d068b4eab738a10d63242b630 (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>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/xml/xmlgrhlp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx index 3a4dc4a4493f..4e99e87b21a5 100644 --- a/svx/source/xml/xmlgrhlp.cxx +++ b/svx/source/xml/xmlgrhlp.cxx @@ -731,6 +731,7 @@ OUString SvXMLGraphicHelper::implSaveGraphic(css::uno::Reference<css::graphic::X static const char* aCompressiblePics[] = { "image/svg+xml", + "image/x-emf", "image/x-wmf", "image/tiff", "image/x-eps", |