mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 57435
This commit is contained in:
@ -234,7 +234,7 @@ namespace PdfReader
|
||||
|
||||
m_pInternal->m_pFontList->Clear();
|
||||
|
||||
return (errNone == m_eError);
|
||||
return true;
|
||||
}
|
||||
bool CPdfReader::LoadFromMemory(BYTE* data, DWORD length, const std::wstring& options,
|
||||
const std::wstring& owner_password, const std::wstring& user_password)
|
||||
@ -276,7 +276,7 @@ namespace PdfReader
|
||||
|
||||
m_pInternal->m_pFontList->Clear();
|
||||
|
||||
return (errNone == m_eError);
|
||||
return true;
|
||||
}
|
||||
void CPdfReader::Close()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user