mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
x2t refactoring (delete AscString, ...)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user