This commit is contained in:
Elena.Subbotina
2023-02-02 12:32:50 +03:00
parent 5d720e75f5
commit 47e0ccbe29
12 changed files with 184 additions and 118 deletions

View File

@ -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 )