Commit 92490c4d authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

fix linux build error

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59433 954022d7-b5bf-4e40-9824-e11837661b57
parent 930003a8
......@@ -192,9 +192,8 @@ namespace OOX
#else
XmlUtils::CXmlNode oNode;
CString nameNode = oNode.GetName() ;
if ( oNode.FromXmlFile2( oFilePath.GetPath() ) && _T("Relationships") == nameNode )
if ( oNode.FromXmlFile2( oFilePath.GetPath() ) && _T("Relationships") == oNode.GetName() )
{
XmlUtils::CXmlNodes oNodes;
if ( oNode.GetNodes( _T("Relationship"), oNodes ) )
......
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