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

Kevin Suo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Kevin Suo <[email protected]> ---
As Minghua has pointed out in
https://bugs.documentfoundation.org/show_bug.cgi?id=138475#c4
The default Calc styles are defined in sc/res/xml/styles.xml. I see in this
file that the English hirearchical structure is correctly defined and thus with
the English UI this structure is correct:

    <style:style style:name="Heading" ... style:parent-style-name="Default">
        ...
    </style:style>
    <style:style style:name="Heading 1" ... style:parent-style-name="Heading">
        ...
    </style:style>
    <style:style style:name="Heading 2" ... style:parent-style-name="Heading">
        ...
    </style:style>


However, for any localized UI, the name Heading is translated thus the
style:parent-style-name for the localized "Heading 1" and "Heading 2" should
also be the localized "Heading", otherwise they will not find their parent and
thus is forced to inherent from the "Default".

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to