[Libreoffice-commits] core.git: vcl/source

Noel Grandin noel at peralex.com
Wed Jun 8 10:21:42 UTC 2016


 vcl/source/filter/wmf/wmfwr.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit a4e33ce06eeb662d6c19d3144d73922bc8cee41a
Author: Noel Grandin <noel at peralex.com>
Date:   Wed Jun 8 12:09:21 2016 +0200

    remove more "unsupported MetaAction" messages from test logs
    
    TEXTLANGUAGE is ignored in our other metafile processing code, so ignore
    it here, too
    
    Change-Id: I2fede2f7c45e5a0bbd9aabf7b2aba45432409199

diff --git a/vcl/source/filter/wmf/wmfwr.cxx b/vcl/source/filter/wmf/wmfwr.cxx
index 8b96fdf..6ab45c7 100644
--- a/vcl/source/filter/wmf/wmfwr.cxx
+++ b/vcl/source/filter/wmf/wmfwr.cxx
@@ -1633,6 +1633,8 @@ void WMFWriter::WriteRecords( const GDIMetaFile & rMTF )
                 }
                 break;
 
+                case MetaActionType::TEXTLANGUAGE:
+                    SAL_FALLTHROUGH;
                 case( MetaActionType::COMMENT ): // ignore
                 break;
 


More information about the Libreoffice-commits mailing list