lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 5a02bc4f authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

добавила проверку на тип para_Math_BreakOperator для совместного редактирования

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60870 954022d7-b5bf-4e40-9824-e11837661b57
parent 5c8cd0f9
......@@ -6896,6 +6896,7 @@ function ParagraphContent_Read_FromBinary(Reader)
case para_PageNum : Element = new ParaPageNum(); break;
case para_Math_Placeholder : Element = new CMathText(); break;
case para_Math_Text : Element = new CMathText(); break;
case para_Math_BreakOperator: Element = new CMathText(); break;
case para_Math_Ampersand : Element = new CMathAmp(); break;
case para_PresentationNumbering : Element = new ParaPresentationNumbering(); break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment