mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
DocFormatReader - fix bugs user files
This commit is contained in:
@ -607,7 +607,11 @@ namespace DocFileFormat
|
||||
{
|
||||
if ( istd < styleSheet->Styles->size() )
|
||||
{
|
||||
CharacterPropertyExceptions* baseChpx = styleSheet->Styles->at( istd )->chpx;
|
||||
StyleSheetDescription* style = styleSheet->Styles->at( istd );
|
||||
|
||||
if (!style)
|
||||
break;
|
||||
CharacterPropertyExceptions* baseChpx = style->chpx;
|
||||
|
||||
if ( baseChpx != NULL )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user