https://bugs.documentfoundation.org/show_bug.cgi?id=166503
--- Comment #2 from Justin L <[email protected]> --- (In reply to Justin L from comment #1) > DOCX already imports this flag, but doesn't set any internal compat flag. Actually, it does set DocumentSettingId::PARA_SPACE_MAX via xSettings->setPropertyValue(u"AddParaTableSpacing"_ustr, uno::Any(m_pSettingsTable->GetDoNotUseHTMLParagraphAutoSpacing())); and for DOC with sw/source/filter/ww8/ww8par.cxx: m_rDoc.getIDocumentSettingAccess().set(DocumentSettingId::PARA_SPACE_MAX, m_xWDop->fDontUseHTMLAutoSpacing); -- You are receiving this mail because: You are the assignee for the bug.
