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

Regina Henschel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected]
     Ever confirmed|0                           |1
           Severity|normal                      |enhancement

--- Comment #3 from Regina Henschel <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to