mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix bug #53173
This commit is contained in:
@ -574,7 +574,6 @@ namespace DocFileFormat
|
||||
}
|
||||
else if ( nFib < Fib1997 )
|
||||
{
|
||||
//throw new UnspportedFileVersionException();
|
||||
}
|
||||
}
|
||||
|
||||
@ -749,7 +748,7 @@ namespace DocFileFormat
|
||||
fAutofitLikeWW11 = false;
|
||||
fUnderlineTabInNumList = false;
|
||||
fHangulWidthLikeWW11 = false;
|
||||
fSplitPgBreakAndParaMark = false;
|
||||
fSplitPgBreakAndParaMark = true;
|
||||
fDontVertAlignCellWithSp = false;
|
||||
fDontBreakConstrainedForcedTables = false;
|
||||
fDontVertAlignInTxbx = false;
|
||||
|
||||
Reference in New Issue
Block a user