Kaydet (Commit) 91b5497f authored tarafından Caolán McNamara's avatar Caolán McNamara

just in case

üst e73b2356
......@@ -1099,9 +1099,10 @@ sal_Bool WMFReader::ReadHeader()
return false;
if (nMetaKey != 0x00090001)
{
sal_uInt16 aNextWord;
sal_uInt16 aNextWord(0);
*pWMF >> aNextWord;
if (aNextWord != 0x09) {
if (aNextWord != 0x09)
{
pWMF->SetError( SVSTREAM_FILEFORMAT_ERROR );
return false;
}
......
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