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

--- Comment #3 from Mike Kaganski <[email protected]> ---
(In reply to Heiko Tietze from comment #2)

No idea how to fix this right now; just a quick code pointer to anyone who
wants to fix this (I don't think it's an easy hack though):
SwStyleSheetIterator::First in sw/source/uibase/app/docstyle.cxx populates the
list - see `rDoc.IsUsed(*pColl)` call which checks if the style is used.
Currently it returns true for any style that is used, even indirectly. Either
the method should take a flag like "bUsedDirectly", or a check should be added
later on used styles when only directly used styles are requested.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to