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

             Bug #: 43067
           Summary: Format paintbrush doesn't remove format attribute
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO Master
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created attachment 53662
  --> https://bugs.freedesktop.org/attachment.cgi?id=53662
content.xml of the example file

For example if I take a document with the content.xml attached and select the
"test1" and then try to apply the format to "test2" -> test2 isn't modified.

That's due to the fact that

rWrtShell.SetAttr(*pTemplateItemSet);

line 528 of core/sw/source/ui/uiview/formatclipboard.cxx

doesn't replace the SfxItemSet of rWrtShell but merge it with the existing
one...

-- 
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