mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59564 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
00f7281560
commit
ddbcac8718
@ -26,7 +26,7 @@ CPPTXFile::CPPTXFile(load_from_resource fCallbackResource, extract_to_directory
|
||||
m_strTempDir = CStringW(buffer) + CStringW("_PPTX\\");
|
||||
#else
|
||||
m_strTempDir = FileSystem::Directory::GetTempPath();
|
||||
m_strTempDir = FileSystem::Directory::GetLongPathNameW(m_strTempDir) + CString("_PPTX\\");
|
||||
m_strTempDir = FileSystem::Directory::GetLongPathNameW(m_strTempDir) + CString("_PPTX/");
|
||||
#endif
|
||||
//
|
||||
m_strFontDirectory = _T("");
|
||||
|
||||
Reference in New Issue
Block a user