Commit f8c0eab0 authored by GoshaZotov's avatar GoshaZotov

fix bug 34400

parent be8ad3f6
......@@ -7271,7 +7271,7 @@ function Binary_pPrReader(doc, oReadResult, stream)
{
oAdditional.EvenAndOddHeaders = this.stream.GetBool();
}
else if( c_oSerProp_secPrSettingsType.SectionType === type )
else if( c_oSerProp_secPrSettingsType.SectionType === type && typeof c_oAscSectionBreakType != "undefined" )
{
var nEditorType = null;
switch(this.stream.GetByte())
......
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