https://bugs.documentfoundation.org/show_bug.cgi?id=155813
--- Comment #16 from Mike Kaganski <mikekagan...@hotmail.com> --- (In reply to SATYA SRINIVAS K from comment #15) > Yes, this condition in the above function > if (rIDSA.get(DocumentSettingId::ADD_PARA_LINE_SPACING_TO_TABLE_CELLS)) > { > nAdditionalLowerSpace += _pAttrs->CalcLineSpacing(); > } > adding a line spacing to nAdditionalLowerSpace when I bypass this adding > line space my scenario is working fine You might want to check if the "Don't add space between paragraphs of the same style" applies to what CalcLineSpacing calculates, or maybe to another value. > but how to decide when to skip this condition. You might want to re-read comment 7, follow its link, and read the changed code, to see what and when is used/skipped. -- You are receiving this mail because: You are the assignee for the bug.