[Libreoffice-commits] core.git: Branch 'libreoffice-6-2-2' - svx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Mar 13 14:51:26 UTC 2019


 svx/source/xml/xmlgrhlp.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d08b00ccddc136f6fbeb6fe1be9b3c694b5ff242
Author:     Bartosz Kosiorek <gang65 at poczta.onet.pl>
AuthorDate: Mon Mar 4 23:46:52 2019 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Mar 13 15:51:02 2019 +0100

    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 at numbertext.org>
    (cherry picked from commit df22e97db5b7608b6d53b15b86b5a83610f9c87b)
    Reviewed-on: https://gerrit.libreoffice.org/68729
    Reviewed-by: Bartosz Kosiorek <gang65 at poczta.onet.pl>
    (cherry picked from commit 36f027769ea6aaabb5e993a321d7a56775d4bee1)
    Reviewed-on: https://gerrit.libreoffice.org/69086
    Tested-by: Xisco Faulí <xiscofauli at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

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",


More information about the Libreoffice-commits mailing list