mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
вы догонку (win32)
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59106 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
4cd8a69f18
commit
53d4305f60
@ -365,8 +365,11 @@ HRESULT CPPTXFile::ConvertPPTYToPPTX(BSTR bsInput, BSTR bsOutput)
|
||||
BYTE* pSrcBuffer = new BYTE[lFileSize];
|
||||
oFileBinary.ReadFile(pSrcBuffer, (DWORD)lFileSize);
|
||||
oFileBinary.CloseFile();
|
||||
CString srcFolder = FileSystem::Directory::GetFolderPath((CString)bsInput);
|
||||
|
||||
CString strBsInput = bsInput;
|
||||
CString srcFolder = FileSystem::Directory::GetFolderPath(strBsInput);
|
||||
oWriter.OpenPPTY(pSrcBuffer, lFileSize, srcFolder, m_strFolderThemes);
|
||||
|
||||
RELEASEARRAYOBJECTS(pSrcBuffer);
|
||||
|
||||
CString strBsOutput = bsOutput;
|
||||
|
||||
Reference in New Issue
Block a user