mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix bug #64189
This commit is contained in:
@ -276,7 +276,13 @@ bool COfficeFileFormatChecker::isOleObjectFile(POLE::Storage *storage)
|
||||
if (isDocFormatFile(storage))
|
||||
{
|
||||
//nFileType inside
|
||||
return true;
|
||||
}
|
||||
}
|
||||
if (std::string::npos != Program.find("PowerPoint") || std::string::npos != UserType.find("PowerPoint"))
|
||||
{
|
||||
if (isPptFormatFile(storage))
|
||||
{
|
||||
nFileType = AVS_OFFICESTUDIO_FILE_PRESENTATION_PPT;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user