mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
win build corrention
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62081 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
2276da418e
commit
a47f080fc2
@ -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() )
|
||||
|
||||
Reference in New Issue
Block a user