[Libreoffice-bugs] [Bug 112019] Character style font set in Bullets and Numbering not respected for bullets

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 25 22:08:21 UTC 2017


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

Regina Henschel <rb.henschel at t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |rb.henschel at t-online.de
     Ever confirmed|0                           |1
           Severity|normal                      |enhancement

--- Comment #3 from Regina Henschel <rb.henschel at t-online.de> ---
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.

-- 
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/20170825/b13f0ba2/attachment.html>


More information about the Libreoffice-bugs mailing list