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

DeleteFileW->DeleteFile

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62733 954022d7-b5bf-4e40-9824-e11837661b57
parent b88c244b
......@@ -326,12 +326,12 @@ namespace NSBinPptxRW
if (!strImage.IsEmpty())
{
oImageManagerInfo = GenerateImageExec(strImage, strExts, strOleImage, strOleImageProperty);
CDirectory::DeleteFileW(strImage);
CDirectory::DeleteFile(strImage);
}
if (!strOleImage.IsEmpty())
CDirectory::DeleteFileW(strOleImage);
CDirectory::DeleteFile(strOleImage);
if (!strOleImageProperty.IsEmpty())
CDirectory::DeleteFileW(strOleImageProperty);
CDirectory::DeleteFile(strOleImageProperty);
m_mapImages[strUrl] = oImageManagerInfo;
return oImageManagerInfo;
......
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