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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #26 from Justin L <[email protected]> ---
The problem is in RegisterNumFormatOnTextNode
    if (bSetAttr && pTextNd->GetNumRule() != pRule
        && pTextNd->GetNumRule() != m_rDoc.GetOutlineNumRule())
Well, the textnode has been assigned the outlinenumrule, so this is skipped.
Basically, it means that you can't override a heading style's numrule.

What needs to happen is to capture the original DOC numrule (in this case numId
2) and compare it to the one being assigned (in this case numId 8).

Proposed fix at http://gerrit.libreoffice.org/c/core/+/114298

-- 
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