mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix bug #60963
This commit is contained in:
@ -325,7 +325,7 @@ namespace OOX
|
||||
else if (L"m:oMathPara" == sName )
|
||||
pItem = new Logic::COMathPara( document );
|
||||
else if (L"p" == sName )
|
||||
pItem = new Logic::CParagraph( document );
|
||||
pItem = new Logic::CParagraph( document, this );
|
||||
else if (L"permEnd" == sName )
|
||||
pItem = new Logic::CPermEnd( document );
|
||||
else if (L"permStart" == sName )
|
||||
|
||||
Reference in New Issue
Block a user