https://bugs.documentfoundation.org/show_bug.cgi?id=145081
Glen Campbell <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Assignee|[email protected] |[email protected] |desktop.org | --- Comment #8 from Glen Campbell <[email protected]> --- kira.tubo was correct - the entry for "Fixed" needed to go in cui/uiconfig/ui/paraindentspacing.ui, but the trick was finding the "magic" that added and additional "Fixed" to the Writer app. I tracked this down and found the cryptic code in cui/source/tabpages/paragraph.cxx. if(pLineDistItem) EnableAbsLineDist(pLineDistItem->GetValue()); Getting rid of this code and adding "Fixed" to paraindentspacing.ui fixes this bug. -- You are receiving this mail because: You are the assignee for the bug.
