включены сохранение и открытие формул

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@55055 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Sergey.Tsarkov
2014-03-20 14:48:37 +00:00
committed by Alexander Trofimov
parent cb754219b4
commit 8b64d60b23

View File

@ -2473,7 +2473,7 @@ namespace BinDocxRW
WriteComment(OOX::et_w_commentRangeEnd, pCommentRangeEnd->m_oId);
break;
}
/*case OOX::et_m_oMathPara:
case OOX::et_m_oMathPara:
{
OOX::Logic::COMathPara* pOMathPara = static_cast<OOX::Logic::COMathPara*>(item);
@ -2492,7 +2492,7 @@ namespace BinDocxRW
WriteMathArgNodes( pOMath->m_arrItems );
m_oBcw.WriteItemEnd(nCurPos);
break;
}*/
}
}
}
};