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

Justin L <jl...@mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED
                 CC|                            |jl...@mail.com,
                   |                            |michael.st...@cib.de

--- Comment #7 from Justin L <jl...@mail.com> ---
Conditional styles have been there since 2000 - initial import.

For some reason, text body really is supposed to be conditional.
bool IsConditionalByPoolId(sal_uInt16 nId)
{
    // TODO: why is this style conditional?
    // If it is changed to no longer be conditional, then a style "Text Body"
    // will be imported without its conditions from ODF.
    return RES_POOLCOLL_TEXT == nId;
}

Since this has been broken since 2015 with no complaints except people who get
confused, should we just get rid of this exception to the rule completely?

*** This bug has been marked as a duplicate of bug 82802 ***

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

Reply via email to