https://bugs.documentfoundation.org/show_bug.cgi?id=129422
--- Comment #17 from Justin L <[email protected]> --- SwAutoFormatUsedHint is a somewhat elegant (but very inefficient) way of identifying which styles are in use. But the problem is that the paragraphs listening to Heading 1 style are ALSO listening to the parent 'Heading' style. And that is all it takes to trigger an 'in use' status. I had thought that I could just prevent sw::BroadcastingModify::CallSwClientNotify from passing SwModify::CallSwClientNotify(rHint) to the child style. That idea is defeated by the nodes listening directly to the parent styles. So implementing this will end up being even more complicated than I thought it might be. -- You are receiving this mail because: You are the assignee for the bug.
