mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-10 21:37:34 +08:00
Fix drawingfile, htmltoxhtml, Fb2File, HtmlFile2, PdfFile
Also checked: Common/3dParty/html/htmltoxhtml.cpp DesktopEditor/doctrenderer/drawingfile.h DjVuFile EpubFile Fb2File HtmlFile2/htmlfile2.cpp PdfFile XpsFile
This commit is contained in:
@ -39,7 +39,7 @@ struct CTc
|
||||
}
|
||||
};
|
||||
|
||||
// Description of work information. Tag: title-info, src-title-info
|
||||
// Description of book information. Tag: title-info, src-title-info
|
||||
struct STitleInfo
|
||||
{
|
||||
std::wstring m_sGenres; // Genres
|
||||
@ -350,7 +350,7 @@ public:
|
||||
int nDeath = m_oLightReader.GetDepth();
|
||||
while (m_oLightReader.ReadNextSiblingNode(nDeath))
|
||||
{
|
||||
// Write heading
|
||||
// Write title
|
||||
if (m_oLightReader.GetName() == L"p")
|
||||
{
|
||||
// Write title + sLevel
|
||||
|
||||
Reference in New Issue
Block a user