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

gcc build

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57995 954022d7-b5bf-4e40-9824-e11837661b57
parent 792b97ca
...@@ -271,7 +271,7 @@ namespace OOX ...@@ -271,7 +271,7 @@ namespace OOX
} }
if ( NULL != pItem ) if ( NULL != pItem )
m_arrItems.Add( pItem ); m_arrItems.push_back( pItem );
} }
} }
...@@ -419,7 +419,7 @@ namespace OOX ...@@ -419,7 +419,7 @@ namespace OOX
{ {
CString sResult; CString sResult;
for ( int nIndex = 0; nIndex < m_arrItems.GetSize(); nIndex++ ) for ( int nIndex = 0; nIndex < m_arrItems.size(); nIndex++ )
{ {
if ( m_arrItems[nIndex] ) if ( m_arrItems[nIndex] )
sResult += m_arrItems[nIndex]->toXML(); sResult += m_arrItems[nIndex]->toXML();
......
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