Commit 4c4e0cca authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent 9447c725
......@@ -108,7 +108,7 @@ void BookBool::readFields(CFRecord& record)
break;
default:
// EXCEPT::RT::WrongBiffRecord("Unsupported value of grUpdateLinks.", record.getTypeString());
break;
}
fHideBorderUnselLists = GETBIT(flags, 8);
......
......@@ -186,6 +186,7 @@ struct BErr : public BiffStructure_NoVtbl
return L"#N/A";
default:
// EXCEPT::RT::WrongBiffRecord("Unsupported type of BErr.", "unknown");
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