mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 61780
This commit is contained in:
@ -2054,7 +2054,8 @@ HRESULT CFb2File::FromHtml(const std::wstring& sHtmlFile, const std::wstring& sD
|
||||
{
|
||||
oWriter.WriteStringUTF8(oRes.GetData());
|
||||
oWriter.CloseFile();
|
||||
return S_OK;
|
||||
}
|
||||
return S_OK;
|
||||
return S_FALSE;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user