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

--- Comment #3 from some.bananas1...@googlemail.com 2012-05-14 07:05:23 PDT ---
The XML in word/document.xml for the paragraph in the example document is as
follows;

    <w:p>
      <w:pPr>
        <w:pStyle w:val="style0"/>
        <w:numPr>
          <w:ilvl w:val="0"/>
          <w:numId w:val="1"/>
        </w:numPr>
      </w:pPr>
      <w:r>
        <w:rPr>
          <w:b/>
          <w:bCs/>
          <w:sz w:val="36"/>
          <w:szCs w:val="36"/>
        </w:rPr>
        <w:t>Foo</w:t>
      </w:r>
    </w:p>

If I put a copy of the w:rPr block inside the w:pPr block, the number gets the
right style!

I'm afraid I don't know the LibO code though..

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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