1
0
mirror of https://github.com/ONLYOFFICE/core.git synced 2025-04-18 14:04:06 +03:00
This commit is contained in:
Green 2025-01-29 23:00:18 +03:00 committed by Oleg Korshul
parent ff162d451e
commit 7d78b37540

View File

@ -2381,6 +2381,8 @@ private:
if (oTS.bAddSpaces && m_oState.m_bInP && !m_oState.m_bInR && !iswspace(sText.front()) && !m_oState.m_bWasSpace && CTextSettings::Normal == oTS.eTextMode)
WriteSpace(pXml);
OpenP(pXml);
NSStringUtils::CStringBuilder oPPr;
std::wstring sPStyle = wrP(&oPPr, arSelectors, oTS);