mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug #73585
This commit is contained in:
@ -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())
|
||||
|
||||
Reference in New Issue
Block a user