x2t refactoring (delete AscString, ...)

This commit is contained in:
ElenaSubbotina
2017-01-16 10:30:00 +03:00
parent 9d1f83b1ce
commit 1a57f62773
826 changed files with 31104 additions and 40992 deletions

View File

@ -770,7 +770,7 @@ namespace NSHtmlRenderer
oTemp.TransformPoint(r, b);
}
m_oWriter.WriteImage((CString)bstrVal, x, y, r - x, b - y, m_pTransform->z_Rotation());
m_oWriter.WriteImage((std::wstring)bstrVal, x, y, r - x, b - y, m_pTransform->z_Rotation());
*/
return S_OK;