Kaydet (Commit) a4e33ce0 authored tarafından Noel Grandin's avatar Noel Grandin

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
üst bd8d91e9
......@@ -1633,6 +1633,8 @@ void WMFWriter::WriteRecords( const GDIMetaFile & rMTF )
}
break;
case MetaActionType::TEXTLANGUAGE:
SAL_FALLTHROUGH;
case( MetaActionType::COMMENT ): // ignore
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment