[Libreoffice-ux-advise] [Bug 141801] OPTIONS DIALOG: Writer should support custom styles for Deletions and Insertions

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon May 10 15:43:00 UTC 2021


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

--- Comment #17 from 10686639125 <1886688 at tutanota.com> ---
With Selection.Font.Borders(1)
    If .LineStyle = wdLineStyleNone Then
       .LineStyle = Options.DefaultBorderLineStyle
       .LineWidth = Options.DefaultBorderLineWidth
       .Color = Options.DefaultBorderColor
    Else
       .LineStyle = wdLineStyleNone
    End If
End With

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list