mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +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
|
// content.opf
|
||||||
NSFile::CFileBinary oContentOpf;
|
NSFile::CFileBinary oContentOpf;
|
||||||
bool bWasLanguage = false;
|
bool bWasLanguage = false;
|
||||||
std::wstring sTitle = L"Title";
|
std::wstring sTitle = NSFile::GetFileName(sDstFile);
|
||||||
std::wstring sUUID = GenerateUUID();
|
std::wstring sUUID = GenerateUUID();
|
||||||
if (oContentOpf.CreateFileW(m_sTempDir + L"/OEBPS/content.opf"))
|
if (oContentOpf.CreateFileW(m_sTempDir + L"/OEBPS/content.opf"))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user