mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 01:52:24 +08:00
fix bug #68971
This commit is contained in:
@ -586,7 +586,9 @@ namespace DocFileFormat
|
||||
if ( _styleChpx )
|
||||
{
|
||||
StyleSheetDescription* thisStyle = _doc->Styles->Styles->at( styleId );
|
||||
styleId = (unsigned short)thisStyle->istdBase;
|
||||
|
||||
if (thisStyle)
|
||||
styleId = (unsigned short)thisStyle->istdBase;
|
||||
}
|
||||
|
||||
//build the style hierarchy
|
||||
|
||||
Reference in New Issue
Block a user