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

win build corrention

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62081 954022d7-b5bf-4e40-9824-e11837661b57
parent 2276da41
......@@ -820,7 +820,7 @@ namespace OOX
{
if (oStyle->m_oName.IsInit())
{
m_arrStyleNamesMap[oStyle->m_oName->ToString2(] = m_arrStyle.size();
m_arrStyleNamesMap[oStyle->m_oName->ToString2()] = m_arrStyle.size();
}
m_arrStyle.push_back( oStyle );
}
......
......@@ -53,7 +53,7 @@ namespace OOX
{
XmlUtils::CXmlLiteReader oReader;
if ( !oReader.FromString( fileContent))
if ( !oReader.FromString( std_string2string(fileContent)))
return;
if ( !oReader.ReadNextNode() )
......
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