mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
empty <w:p> between tables
This commit is contained in:
committed by
catbasilio
parent
341d7a0b55
commit
56bec09bfd
@ -1127,6 +1127,9 @@ private:
|
||||
|
||||
NSCSS::CCompiledStyle oStyle = m_oStylesCalculator.GetCompiledStyle(sSelectors, false);
|
||||
|
||||
if (oXml->GetSubData(oXml->GetCurSize() - 6) != L"</w:p>")
|
||||
oXml->WriteString(L"<w:p></w:p>");
|
||||
|
||||
// Начало таблицы
|
||||
std::wstring wsTable = L"<w:tbl><w:tblPr>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user