Commit a23f3451 authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

CSimpleArray->std::vector

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58023 954022d7-b5bf-4e40-9824-e11837661b57
parent 82c3e14f
......@@ -4656,7 +4656,7 @@ namespace BinDocxRW
OOX::Drawing::CChart* pChart = NULL;
if(NULL != pGraphic)
{
for(int i = 0; i < pGraphic->m_arrItems.GetSize(); i++)
for(int i = 0; i < pGraphic->m_arrItems.size(); i++)
{
OOX::WritingElement* we = pGraphic->m_arrItems[i];
if(OOX::et_c_chart == we->getType())
......
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