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

Michael Stahl (CIB) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Whiteboard|                            |odf
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #10 from Michael Stahl (CIB) <[email protected]> ---

if you use e.g. de_DE locale, you get "Regular" font weight.

but with en_US you get "Black" font weight.

the problem is that this style:

    <style:style style:name="Table_20_Contents_20__28_user_29_"
style:display-name="Table Contents (user)" style:family="paragraph"
style:parent-style-name="Standard">
      <style:paragraph-properties ns3:contextual-spacing="false"
fo:margin-top="0.049cm" fo:margin-bottom="0.049cm"
style:vertical-align="middle"/>
      <style:text-properties style:font-name="Arial" fo:font-size="7.5pt"
style:font-name-complex="Arial" style:font-size-complex="7.5pt"/>
    </style:style>


"Table Contents (user)" will be mapped to the same internal SwTextFormatColl as
the built-in style "Table Contents", but *only* if it matches the locale's
translation of "Table Contents".

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