Kaydet (Commit) 71882916 authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky Kaydeden (comit) Markus Mohrhard

fdo#70100 Detect single stream excel files with BOF ID 5

Change-Id: I321b7a08e0436a9c33878acd1ce2f98c497040b5
Reviewed-on: https://gerrit.libreoffice.org/6447Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 7eb42bdd
......@@ -102,6 +102,7 @@ bool isExcel40(const uno::Reference<io::XInputStream>& xInStream)
case 0x0009: // Excel 2.1 worksheet (BIFF 2)
case 0x0209: // Excel 3.0 worksheet (BIFF 3)
case 0x0409: // Excel 4.0 worksheet (BIFF 4)
case 0x0809: // Excel 5.0 worksheet (BIFF 5), some apps create such files (fdo#70100)
break;
default:
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