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

--- Comment #6 from Justin L <jl...@mail.com> ---
The key to fixing this will be to pruning out identical list styles. In this
case, both style1 and style6 both use abstract style 24 with no modifications.

<w:num w:numId="1">
   <w:abstractNumId w:val="24"/>
</w:num>

<w:num w:numId="6">
   <w:abstractNumId w:val="24"/>
</w:num>

<w:pPr>
   <w:pStyle w:val="-3"/>  #para style Пункт-3 using list numId=6 ilvl=2
</w:pPr>
<w:r>
   <w:t>B</w:t>
</w:r>

<w:pPr>
   <w:pStyle w:val="-3"/>
   <w:numPr>
      <w:ilvl w:val="2"/>
      <w:numId w:val="1"/>
   </w:numPr>
</w:pPr>
<w:r>
   w:t>C</w:t>
</w:r>

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