https://bugs.documentfoundation.org/show_bug.cgi?id=138726
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=10 | |6984 --- Comment #15 from Mike Kaganski <[email protected]> --- (In reply to Heiko Tietze from comment #14) > Mike, the three PS differ only in Para First Line Indent but the properties > dialog has empty fields for before/after text and first line and line > spacing. I guess we just don't break down the attributes, right? Yes, as seem at https://opengrok.libreoffice.org/xref/core/cui/source/tabpages/paragrph.cxx?r=8aec73d7&mo=14578&fi=402#493 - unfortunately all three get reset to blanks together in case SID_ATTR_LRSPACE state is less than SfxItemState::DEFAULT. The "combined" items in our internal model, corresponding to multiple user-visible properties, is a plague that affects us in multitude of ways. See also bug 106984 comment 10, where *the same* root cause results in inability to search for some attributes sensibly. -- You are receiving this mail because: You are the assignee for the bug.
