https://bugs.documentfoundation.org/show_bug.cgi?id=126275
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|NEW |ASSIGNED --- Comment #8 from Justin L <[email protected]> --- The 'Paragraph Styles' checkbox gets changed to 'Including Styles' when an Attribute or Format is selected. So ultimately the problem here is that the label changed while the underlying context did not. This is the m_xLayoutBtn - with different values for Calc/Writer/Others. The trouble comes from 'if (m_bFormat && nTxtLen)' So the question is do we still treat as m_bFormat if the 'string' is empty? Or should m_bFormat be turned off? Otherwise only NoFormatHdl_Impl turns it off. I think it makes most sense to turn off m_bFormat. -- You are receiving this mail because: You are the assignee for the bug.
