<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - EDITING: After copy+paste of a heading and bullets, a bullet is added to the heading"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=64828">bug 64828</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>jluth@mail.com
</td>
</tr>
<tr>
<td style="text-align:right;">See Also</td>
<td>
</td>
<td>https://bz.apache.org/ooo/show_bug.cgi?id=86492
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - EDITING: After copy+paste of a heading and bullets, a bullet is added to the heading"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=64828#c16">Comment # 16</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - EDITING: After copy+paste of a heading and bullets, a bullet is added to the heading"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=64828">bug 64828</a>
from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
<pre>(In reply to Justin L from <a href="show_bug.cgi?id=64828#c15">comment #15</a>)
<span class="quote">> This will be related to chapter numbering</span >
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>