mirror of
https://github.com/ONLYOFFICE/core.git
synced 2025-04-18 14:04:06 +03:00
Fix bug #72932
This commit is contained in:
parent
ff162d451e
commit
7d78b37540
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user