diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-08 12:09:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-06-08 12:21:11 +0200 |
commit | a4e33ce06eeb662d6c19d3144d73922bc8cee41a (patch) | |
tree | 77e9821d8b377871c5a32000d9d651d97a07c4fb /vcl | |
parent | bd8d91e9deed91ca63b8149b1c32a2ce2c962c6b (diff) |
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
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/wmf/wmfwr.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/filter/wmf/wmfwr.cxx b/vcl/source/filter/wmf/wmfwr.cxx index 8b96fdf848cf..6ab45c78d925 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; |