mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 72811
This commit is contained in:
@ -329,9 +329,7 @@ OfficeDrawingFileType CPdfFile::GetType()
|
||||
}
|
||||
std::wstring CPdfFile::GetTempDirectory()
|
||||
{
|
||||
if (!m_pInternal->pReader)
|
||||
return std::wstring();
|
||||
return m_pInternal->pReader->GetTempDirectory();
|
||||
return m_pInternal->wsTempFolder;
|
||||
}
|
||||
void CPdfFile::SetTempDirectory(const std::wstring& wsPath)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user