https://bugs.documentfoundation.org/show_bug.cgi?id=155813

--- Comment #15 from SATYA SRINIVAS K <skompe...@opentext.com> ---
(In reply to Mike Kaganski from comment #14)
> You may be interested in SwFlowFrame::CalcAddLowerSpaceAsLastInTableCell
> function.

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, but how to decide when to skip this
condition.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to