Merge pull request 'Fix bug #73585' (#271) from fix/bug73585 into develop

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/271
This commit is contained in:
Elena Subbotina
2025-04-04 10:44:33 +00:00

View File

@ -1608,6 +1608,9 @@ void DocxConverter::convert(OOX::Logic::CParagraphProperty *oox_paragraph_pr,
convert(oox_paragraph_pr->m_oJc.GetPointer(), paragraph_properties->fo_text_align_);
if (!oox_paragraph_pr->m_oJc.GetPointer() && oox_paragraph_pr->m_oBidi.IsInit())
paragraph_properties->fo_text_align_ = odf_types::text_align(odf_types::text_align::End);
if (oox_paragraph_pr->m_oTextAlignment.IsInit() && oox_paragraph_pr->m_oTextAlignment->m_oVal.IsInit())
{
//switch(oox_paragraph_pr->m_oTextAlignment->m_oVal->GetValue())