Prevented crash on wbfactoid

This commit is contained in:
Chris Wheeler 2014-07-14 11:52:48 -04:00 committed by SheetJS
parent 6bc24374b9
commit 19c22fa34a
2 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ function parse_wb_bin(data, opts) {
case 'BrtACBegin': break;
case 'BrtAbsPath15': break;
case 'BrtACEnd': break;
case 'BrtWbFactoid': break;
/*case 'BrtBookProtectionIso': break;*/
case 'BrtBookProtection': break;
case 'BrtBeginBookViews': break;

View File

@ -3675,6 +3675,7 @@ function parse_wb_bin(data, opts) {
case 'BrtACBegin': break;
case 'BrtAbsPath15': break;
case 'BrtACEnd': break;
case 'BrtWbFactoid': break;
/*case 'BrtBookProtectionIso': break;*/
case 'BrtBookProtection': break;
case 'BrtBeginBookViews': break;