mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
49392
This commit is contained in:
@ -270,7 +270,7 @@ HRESULT CEpubFile::FromHtml(const std::wstring& sHtmlFile, const std::wstring& s
|
||||
// content.opf
|
||||
NSFile::CFileBinary oContentOpf;
|
||||
bool bWasLanguage = false;
|
||||
std::wstring sTitle = L"Title";
|
||||
std::wstring sTitle = NSFile::GetFileName(sDstFile);
|
||||
std::wstring sUUID = GenerateUUID();
|
||||
if (oContentOpf.CreateFileW(m_sTempDir + L"/OEBPS/content.opf"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user