https://bugs.freedesktop.org/show_bug.cgi?id=43067

Michael Stahl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG
                 CC|                            |[email protected]

--- Comment #7 from Michael Stahl <[email protected]> 2011-11-24 05:56:17 PST 
---

in styles.xml there is:

 <style:style style:name="Standard" style:family="paragraph"
style:class="text"/>

which does not define anything.

 <text:p text:style-name="Standard">test1 

the text "text1" is not inside a text:span, so only the paragraph style affects
its formatting.  because the paragraph style does not say anything about font
weight, no change is made to the existing formatting.

if you add the following to the style that is pasted
(and i actually don't know how to do this with the UI):

 <style:text-properties fo:font-weight="normal"/>

then using the paint brush will remove the bold formatting.

so i would say this works as it should, this is not a bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to