Commit 20c79217 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

Bug 27128 - стрелки смещены к 0 по горизонтали.

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59150 954022d7-b5bf-4e40-9824-e11837661b57
parent 60f4381b
......@@ -634,7 +634,8 @@ namespace PPTX
if (pData[nPosOld] == WCHAR('.'))
strValue = (_T("0") + strValue);
m_mapSettings.insert(std::pair<CString, CString>(strName, strValue));
// [], insert, ( )
m_mapSettings[strName] = strValue;
}
}
......
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