https://bugs.freedesktop.org/show_bug.cgi?id=80961

Michael Stahl <mst...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Whiteboard|BibisectRequest             |bibisected interoperability
                   |interoperability ooxml      |ooxml
                 CC|                            |l.lu...@collabora.com,
                   |                            |lohma...@gmx.de,
                   |                            |mst...@redhat.com
           See Also|                            |https://bugzilla.novell.com
                   |                            |/show_bug.cgi?id=875717
            Version|4.3.0.2 rc                  |4.2.6.1 rc

--- Comment #7 from Michael Stahl <mst...@redhat.com> ---
works in 4.2.5.2, broken in 4.2.6.1

regression from 

commit 2d89b1a029514935b60fbd3f7f7c5341a329bfc8
Author:     Luboš Luňák <l.lu...@collabora.com>
AuthorDate: Thu May 29 14:31:20 2014 +0200

    handle direct formatting for numbering in .docx (bnc#875717)


the relevant part of word/numbering.xml is apparently:

  <w:abstractNum w:abstractNumId="27">
    <w:nsid w:val="5FDA0759"/>
    <w:multiLevelType w:val="hybridMultilevel"/>
    <w:tmpl w:val="386A8832"/>
    <w:lvl w:ilvl="0" w:tplc="D5A2443C">
      <w:start w:val="1"/>
      <w:numFmt w:val="bullet"/>
      <w:lvlText w:val=""/>
      <w:lvlJc w:val="left"/>
      <w:pPr>
        <w:ind w:left="720" w:hanging="360"/>
      </w:pPr>
      <w:rPr>
        <w:rFonts w:ascii="Wingdings 3" w:hAnsi="Wingdings 3"
w:hint="default"/>
        <w:color w:val="68217A"/>
      </w:rPr>
    </w:lvl>


this is imported as char style "ListLabel 1",
with the right colour in it as displayed by the style dialog,
but in the document grey is displayed instead.

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

Reply via email to