[Libreoffice-bugs] [Bug 64828] EDITING: After copy+paste of a heading and bullets, a bullet is added to the heading

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue May 4 11:14:23 UTC 2021


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

Justin L <jluth at mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jluth at mail.com
           See Also|                            |https://bz.apache.org/ooo/s
                   |                            |how_bug.cgi?id=86492

--- Comment #16 from Justin L <jluth at mail.com> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210504/12f64793/attachment.htm>


More information about the Libreoffice-bugs mailing list