diff --git a/ASCOfficePPTXFile/Editor/BinaryFileReaderWriter.cpp b/ASCOfficePPTXFile/Editor/BinaryFileReaderWriter.cpp index f268c4d3d6..2621d637e7 100644 --- a/ASCOfficePPTXFile/Editor/BinaryFileReaderWriter.cpp +++ b/ASCOfficePPTXFile/Editor/BinaryFileReaderWriter.cpp @@ -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;