<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Character style font set in Bullets and Numbering not respected for bullets"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=112019">bug 112019</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;">Status</td>
<td>UNCONFIRMED
</td>
<td>NEW
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>rb.henschel@t-online.de
</td>
</tr>
<tr>
<td style="text-align:right;">Ever confirmed</td>
<td>
</td>
<td>1
</td>
</tr>
<tr>
<td style="text-align:right;">Severity</td>
<td>normal
</td>
<td>enhancement
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Character style font set in Bullets and Numbering not respected for bullets"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=112019#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Character style font set in Bullets and Numbering not respected for bullets"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=112019">bug 112019</a>
from <span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span></b>
<pre>The reason is, that when selecting a character as bullet, you automatically get
a font for that character. There is no UI to remove the font information. But
you need to remove it in the file format directly. Your document has for
example
<text:list-style style:name="L1">
<text:list-level-style-bullet text:level="1"
text:style-name="Bullet_20_Symbols" text:bullet-char="☺">
<style:list-level-properties
text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab"
text:list-tab-stop-position="1.27cm" fo:text-indent="-0.635cm"
fo:margin-left="1.27cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="OpenSymbol1"/>
</text:list-level-style-bullet>
There the element <style:text-properties style:font-name="OpenSymbol1"/> has to
be removed. Then the bullet character gets the font from the style which is
referenced in attribute text:style-name="Bullet_20_Symbols".
I set this as enhancement request to get a UI to select bullet characters
without direct formatting.
I have not examined whether the new list styles take care of this problem. But
that would be a different issue anyway.</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>