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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           See Also|                            |https://bz.apache.org/ooo/s
                   |                            |how_bug.cgi?id=86492

--- Comment #16 from Justin L <[email protected]> ---
(In reply to Justin L from comment #15)
> This will be related to chapter numbering
Wrong. It happened with any grouping of numbered styles. This can be fixed in
DocumentContentsManager.cxx's CopyImplImpl
-  if ( !pTextNd || !pTextNd->IsInList() )
+  if ( !pTextNd || !pTextNd->IsInList() || pTextNd->GetListId() !=
pEndTextNd->GetListId() )

But I don't know the implications of doing this. The OOo bug report related to
this isn't terribly clear about what "right" and "wrong" behaviour is.

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